Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemState Enumeration


In This Topic
    SmartItemState Enumeration
    In This Topic
    Value representing the state of the SmartItem.
    Syntax
    'Declaration
     
    Public Enum SmartItemState 
       Inherits System.Enum
    'Usage
     
    Dim instance As SmartItemState
    public enum SmartItemState : System.Enum 
    Members
    MemberDescription
    AnyThe SmartItem is in any possible state.
    SelectableThe SmartItem is both visible and can be selected.
    VisibleThe SmartItem is visible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SmartUI.SmartItemState

    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