Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItem Class / HotExpandableBorderColor Property

In This Topic
    HotExpandableBorderColor Property
    In This Topic
    Gets or sets the hot expandable border color of this menu item. Empty (default) means that style specified for the whole menu is used.
    Syntax
    'Declaration
     
    
    Public Property HotExpandableBorderColor As Color
    public Color HotExpandableBorderColor {get; set;}
    See Also