FarPoint.Win Assembly / FarPoint.Win Namespace / BorderConverter Class / GetStandardValuesSupported Method / GetStandardValuesSupported(ITypeDescriptorContext) Method


In This Topic
GetStandardValuesSupported(ITypeDescriptorContext) Method
In This Topic
Determines whether this object supports standard values.
Syntax
'Declaration
 
Public Overloads Overrides Function GetStandardValuesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
 
'Usage
 
Dim instance As BorderConverter
Dim context As ITypeDescriptorContext
Dim value As Boolean
 
value = instance.GetStandardValuesSupported(context)

Parameters

context
See Also