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

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

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonFill property sets or retrieves the "Fill" button of the ToolBarStandard. The "Fill" button is a Button control. By using the ButtonFill property, you can change "Fill" 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