Method | Description | |
---|---|---|
FontProviderTypeDescriptor ( object p_objOwner ) : System |
Creates a new instance of the FontProviderTypeDescriptor class.
|
|
GetAttributes ( ) : |
Returns a collection of custom attributes for this instance of a component.
|
|
GetClassName ( ) : string |
Returns the class name of this instance of a component.
|
|
GetComponentName ( ) : string |
Returns the name of this instance of a component.
|
|
GetConverter ( ) : |
Returns a type converter for this instance of a component.
|
|
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor |
Returns the default event for this instance of a component.
|
|
GetDefaultProperty ( ) : |
Returns the default property for this instance of a component.
|
|
GetEditor ( |
Returns an editor of the specified type for this instance of a component.
|
|
GetEvents ( ) : |
Returns the events for this instance of a component.
|
|
GetEvents ( |
Returns the events for this instance of a component using the specified attribute array as a filter.
|
|
GetProperties ( ) : |
Returns the properties for this instance of a component.
|
|
GetProperties ( |
Returns the properties for this instance of a component using the attribute array as a filter.
|
|
GetPropertyOwner ( |
Returns an object that contains the property described by the specified property descriptor.
|
public FontProviderTypeDescriptor ( object p_objOwner ) : System | ||
p_objOwner | object | The object whose type is being described. |
return | System |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( |
||
editorBaseType | ||
return | object |
public GetEvents ( ) : |
||
return |
public GetEvents ( |
||
attributeList | ||
return |
public GetProperties ( ) : |
||
return |
public GetProperties ( |
||
attributeList | ||
return |
public GetPropertyOwner ( |
||
propertyDescriptor | ||
return | object |