Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ButtonSettings Class / HighlightColor Property

In This Topic
    HighlightColor Property (ButtonSettings)
    In This Topic
    Gets or sets the button highlight color.
    Syntax
    'Declaration
     
    Public Property HighlightColor As Color
    public Color HighlightColor {get; set;}
    Remarks
    You need to call the Viewport.CompileUserInterfaceElements() to see the effect of this command.
    See Also