ComponentOne DashboardLayout for WinForms
ToolIconAppearance Enumeration

C1.Win.Layout Namespace : ToolIconAppearance Enumeration
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

Reference

C1.Win.Layout Namespace