Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / StyleMode Property

In This Topic
    StyleMode Property (ToolBarButton)
    In This Topic
    Gets or sets the style mode of the ToolBarButton (DropDownButton is not supported).
    Syntax
    'Declaration
     
    Public Property StyleMode As ToolBarButton.styleType
    public ToolBarButton.styleType StyleMode {get; set;}
    See Also