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


In This Topic
    SmartItemSection Enumeration
    In This Topic
    Value representing the section of a SmartItem at a specific Point.
    Syntax
    'Declaration
     
    Public Enum SmartItemSection 
       Inherits System.Enum
    'Usage
     
    Dim instance As SmartItemSection
    public enum SmartItemSection : System.Enum 
    Members
    MemberDescription
    DropDownThe point is in the SmartItem's dropdown section.
    EditThe point is in the SmartItem's edit section.
    InsideThe point is inside of the SmartItem's "hot" section.
    OutsideThe point is outside of the SmartItem's "hot" section.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SmartUI.SmartItemSection

    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