This property sets or retrieves the "BackColorOpacityUp" button of the ToolBarStandard control.
[Visual Basic]Public Property
ButtonBackColorOpacityUp As
System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton
ButtonBackColorOpacityUp {get; set;}
Property Value
A value of type System.Windows.Forms.ToolStripButton
Explanation
The ButtonBackColorOpacityUp property sets or retrieves the "BackColorOpacityUp" button of the ToolBarStandard. The "BackColorOpacityUp" button is a ToolStripButton control. By using the ButtonBackColorOpacityUp property, you can change "BackColorOpacityUp" button settings, generate events, etc.
For code examples, see the ButtonBackColor property.
See Also
ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard