This property sets or retrieves the ToolStripLabel control displaying the "BorderColorOpacity" label on the ToolBarSetupObjects control.

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

Property Value

A value of type System.Windows.Forms.ToolStripLabel

Explanation

The LabelBorderColorOpacity property sets or retrieves the ToolStripLabel control displaying the "BorderColorOpacity" label on the ToolBarSetupObjects control.

Because the "BorderColorOpacity" label is a ToolStripLabel control, you can use the LabelBorderColorOpacity property to change the "BorderColorOpacity" label text, generate events, etc.

For coding examples, please refer to the ButtonAspectRatio property explanation

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects

 

The ImageKit.NET3 is created by Newtone Corporation