ComponentOne Menus and Toolbars for WinForms
HotFrameEnum Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : HotFrameEnum Enumeration
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

See Also

Reference

C1.Win.C1Command Namespace