Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.CheckedListBox Namespace / SmartCheckedListBox Class / IsUIStyleSupported Method
The Xceed.SmartUI.UIStyle.UIStyle to verify.


In This Topic
    IsUIStyleSupported Method (SmartCheckedListBox)
    In This Topic
    Retrieves a boolean value indicating if the specified Xceed.SmartUI.UIStyle is supported by the SmartCheckedListBox.
    Syntax
    'Declaration
     
    Protected Overrides Function IsUIStyleSupported( _
       ByVal style As UIStyle _
    ) As Boolean
    'Usage
     
    Dim instance As SmartCheckedListBox
    Dim style As UIStyle
    Dim value As Boolean
     
    value = instance.IsUIStyleSupported(style)
    protected override bool IsUIStyleSupported( 
       UIStyle style
    )

    Parameters

    style
    The Xceed.SmartUI.UIStyle.UIStyle to verify.

    Return Value

    true if the UIStyle is supported; false otherwise.
    Remarks

    The WindowsClassic, OfficeXP, WindowsXP and ResourceAssembly UIStyles are supported.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also