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