This property sets or retrieves the "Open File" button of the ToolBarStandard control.

[Visual Basic]Public Property ButtonOpenFile As System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton ButtonOpenFile {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonOpenFile property sets or retrieves the "Open File" button of the ToolBarStandard. The "Open File" button is a ToolStripButton control. By using the ButtonOpenFile property, you can change "Open File" button settings, generate events, etc.

For code examples, please refer to the ButtonBackColor property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard

 

The ImageKit.NET3 is created by Newtone Corporation