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

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

Property Value

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

Default value is True.

Explanation

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

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation