This property sets whether or not the items related to "Fill" are displayed on the ToolBarStandard control.

[Visual Basic]Public Property ButtonFillVisible As Boolean
[C#]public bool ButtonFillVisible {get; set;}

Property Value

True: The "Fill" items are displayed
False: The "Fill" items are NOT displayed

Default value is True.

Explanation

The ButtonFillVisible property sets whether or not the items related to "Fill" are displayed on the ToolBarStandard control. When this property is False, the Fill button is not displayed.

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation