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

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

Property Value

True: The "Save File" items are displayed
False: The "Save File" items are NOT displayed

Default value is True.

Explanation

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

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation