This property sets or retrieves the ToolStripButton control displaying the "BorderColor" item on the ToolBarSetupObjects control.

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

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonBorderColor property sets or retrieves the ToolStripButton control displaying the "BorderColor" item on the ToolBarSetupObjects control.

Because the "BorderColor" item is a ToolStripButton control, you can use the ButtonBorderColor property to change the "BorderColor" item settings, generate events, etc.

For coding examples, please refer to the ButtonAspectRatio property explanation

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects

 

The ImageKit.NET3 is created by Newtone Corporation