Skip to main content
.NET Framework Class Library
TypeDescriptor..::.GetDefaultProperty Method





Returns the default property for a component.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberGetDefaultProperty(Object)Returns the default property for the specified component.
Public methodStatic memberGetDefaultProperty(Type)Returns the default property for the specified type of component.
Public methodStatic memberGetDefaultProperty(Object, Boolean)Returns the default property for the specified component with a custom type descriptor.
Top