Method | Description | |
---|---|---|
CanResetValue ( object component ) : bool | ||
CustomPropertyDescriptor ( |
||
GetValue ( object component ) : object | ||
ResetValue ( object component ) : void | ||
SetReadOnly ( bool value ) : void | ||
SetValue ( object component, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
public CustomPropertyDescriptor ( |
||
pd | ||
return | System.ComponentModel |
public GetValue ( object component ) : object | ||
component | object | |
return | object |
public ResetValue ( object component ) : void | ||
component | object | |
return | void |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |