This property sets or retrieves the "BackColorOpacityDown" button of the ToolBarStandard control.

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

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonBackColorOpacityDown property sets or retrieves the "BackColorOpacityDown" button of the ToolBarStandard. The "BackColorOpacityDown" button is a ToolStripButton control. By using the ButtonBackColorOpacityDown property, you can change "BackColorOpacityDown" button settings, generate events, etc.

For code examples, see the ButtonBackColor property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard

 

The ImageKit.NET3 is created by Newtone Corporation