Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderConverter Class / GetPropertiesSupported Method / GetPropertiesSupported(ITypeDescriptorContext) Method


In This Topic
    GetPropertiesSupported(ITypeDescriptorContext) Method
    In This Topic
    Determines whether this object supports properties.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetPropertiesSupported( _
       ByVal context As ITypeDescriptorContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As BorderConverter
    Dim context As ITypeDescriptorContext
    Dim value As Boolean
     
    value = instance.GetPropertiesSupported(context)
    public override bool GetPropertiesSupported( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    See Also