Eyeshot 11 WPF API Reference
WPF 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