DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ToolIconAppearance Enumeration

In This Topic
    ToolIconAppearance Enumeration
    In This Topic
    Gets or sets location of tool icon.
    Syntax
    'Declaration
     
    
    Public Enum ToolIconAppearance 
       Inherits System.Enum
    public enum ToolIconAppearance : System.Enum 
    Members
    MemberDescription
    LowerLeftTool icon is on the lower left corner
    LowerRightTool icon is on the lower right corner
    NoneNo tool icon
    UpperLeftTool icon is on the upper left corner
    UpperRightTool icon is on the upper right corner
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Layout.ToolIconAppearance

    See Also