NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDescriptor.GetDefaultProperty

Gets the default property for a component.

Overload List

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;

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace