イベント タブのすべてのプロパティを取得します。
オーバーロードの一覧
指定した属性に一致するイベント タブのすべてのプロパティを取得します。
[Visual Basic] Overloads Overrides Public Function GetProperties(Object, Attribute()) As PropertyDescriptorCollection
[C#] public override PropertyDescriptorCollection GetProperties(object, Attribute[]);
[C++] public: PropertyDescriptorCollection* GetProperties(Object*, Attribute[]);
[JScript] public override function GetProperties(Object, Attribute[]) : PropertyDescriptorCollection;
指定した属性とコンテキストに一致するイベント タブのすべてのプロパティを取得します。
[Visual Basic] Overloads Overrides Public Function GetProperties(ITypeDescriptorContext, Object, Attribute()) As PropertyDescriptorCollection
[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*, Object*, Attribute[]);
PropertyTab から継承されます。
[Visual Basic] Overloads Public Overridable Function GetProperties(Object) As PropertyDescriptorCollection
[C#] public virtual PropertyDescriptorCollection GetProperties(object);
[C++] public: virtual PropertyDescriptorCollection* GetProperties(Object*);
[JScript] public function GetProperties(Object) : PropertyDescriptorCollection;
参照
EventsTab クラス | EventsTab メンバ | System.Windows.Forms.Design 名前空間