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

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

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonBorderColorOpacityDown property sets or retrieves the ToolStripButton control displaying the "BorderColorOpacityDown" item on the ToolBarSetupObjects control.

Because the "BorderColorOpacityDown" item is a ToolStripButton control, you can use the ButtonBorderColorOpacityDown property to change the "BorderColorOpacityDown" 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