ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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.C1Command.HotFrameEnum

    scrap%

    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

    Reference

    C1.Win.C1Command Namespace