Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / IsSupportControlSetting Method


In This Topic
    IsSupportControlSetting Method
    In This Topic
    Determine current control support setting or not.
    Syntax
    'Declaration
     
    
    Public Shared Function IsSupportControlSetting( _
       ByVal control As Control _
    ) As Boolean
    'Usage
     
    
    Dim control As Control
    Dim value As Boolean
     
    value = FormatControlCommand.IsSupportControlSetting(control)
    public static bool IsSupportControlSetting( 
       Control control
    )

    Parameters

    control
    See Also