Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / HotFrameEnum Enumeration

In This Topic
    HotFrameEnum Enumeration
    In This Topic
    Specifies how the hot frame is drawn on a command link with an embedded control.

    Use members of this enumeration to set the value of the HotFrame property of a C1CommandControl.

    Syntax
    'Declaration
     
    
    Public Enum HotFrameEnum 
       Inherits System.Enum
    public enum HotFrameEnum : System.Enum 
    Members
    MemberDescription
    ControlThe frame encloses just the control.
    FullThe frame encloses the whole link.
    NoneHot frame/selection is not drawn.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.HotFrameEnum

    See Also