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