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

[Visual Basic]Public Property ButtonForeColor As System.Windows.Controls.Button
[C#]public System.Windows.Forms.Button ButtonForeColor {get; set;}

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonForeColor property sets or retrieves the "ForeColor" button of the ToolBarStandard. "ForeColor" determines the color of lines and text.

The "ForeColor" button is a Button control. By using the ButtonForeColor property, you can change "ForeColor" button settings, generate events, etc.

For code examples, please refer to the ButtonBackColor property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation