Метод | Описание | |
---|---|---|
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection |
Returns the list of string values for the enumeration
|
|
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool |
Determines whether this converter only allows selection of items returned by GetStandardValues.
|
|
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool |
Determines whether this converter supports standard values.
|
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | |
Результат | StandardValuesCollection |
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Результат | bool |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Результат | bool |