Gets the default property for a component.
Gets the default property for the specified type of component.
[Visual Basic] Overloads Public Shared Function GetDefaultProperty(Type) As PropertyDescriptor
[C#] public static PropertyDescriptor GetDefaultProperty(Type);
[C++] public: static PropertyDescriptor* GetDefaultProperty(Type*);
[JScript] public static function GetDefaultProperty(Type) : PropertyDescriptor;
Gets the default property for the specified component.
[Visual Basic] Overloads Public Shared Function GetDefaultProperty(Object) As PropertyDescriptor
[C#] public static PropertyDescriptor GetDefaultProperty(Object);
[C++] public: static PropertyDescriptor* GetDefaultProperty(Object*);
[JScript] public static function GetDefaultProperty(Object) : PropertyDescriptor;
Gets the default property for the specified component.
[Visual Basic] Overloads Public Shared Function GetDefaultProperty(Object, Boolean) As PropertyDescriptor
[C#] public static PropertyDescriptor GetDefaultProperty(Object, bool);
[C++] public: static PropertyDescriptor* GetDefaultProperty(Object*, bool);
[JScript] public static function GetDefaultProperty(Object, Boolean) : PropertyDescriptor;
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace