ListTypeConverterOutGetStandardValuesSupported Method |
Namespace:
Options.Core
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic override bool GetStandardValuesSupported(
ITypeDescriptorContext context
)
Public Overrides Function GetStandardValuesSupported (
context As ITypeDescriptorContext
) As Boolean
Dim instance As ListTypeConverterOut
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean
returnValue = instance.GetStandardValuesSupported(context)
abstract GetStandardValuesSupported :
context : ITypeDescriptorContext -> bool
override GetStandardValuesSupported :
context : ITypeDescriptorContext -> bool
public boolean GetStandardValuesSupported(
ITypeDescriptorContext context
)
public override function GetStandardValuesSupported(
context : ITypeDescriptorContext
) : boolean
function GetStandardValuesSupported(context);
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Return Value
Type:
Boolean
See Also