This property sets or retrieves the ToolStripButton control displaying the "BorderColorOpacityUp" item on the ToolBarSetupObjects control.
[Visual Basic]Public Property
ButtonBorderColorOpacityUp As
System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton
ButtonBorderColorOpacityUp {get; set;}
Property Value
A value of type System.Windows.Forms.ToolStripButton
Explanation
The ButtonBorderColorOpacityUp property sets or retrieves the ToolStripButton control displaying the "BorderColorOpacityUp" item on the ToolBarSetupObjects control.
Because the "BorderColorOpacityUp" item is a ToolStripButton control, you can use the ButtonBorderColorOpacityUp property to change the "BorderColorOpacityUp" item settings, generate events, etc.
For coding examples, please refer to the ButtonAspectRatio property explanation
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects