This property sets or retrieves the "BackColorOpacity" textbox of the ToolBarStandard control.

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

Property Value

A value of type System.Windows.Forms.ToolStripTextBox

Explanation

The TextBoxBackColorOpacity property sets or retrieves the "BackColorOpacity" textbox of the ToolBarStandard. The "BackColorOpacity" textbox is a ToolStripTextBox control. By using the TextBoxBackColorOpacity property, you can change "BackColorOpacity" textbox settings, generate events, etc.

For code examples, please refer to the TextBoxPenWidth property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard

 

The ImageKit.NET3 is created by Newtone Corporation