ToolBar.ForeColorChanged Event

Definition

Occurs when the ForeColor property changes.

public:
 event EventHandler ^ ForeColorChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler ForeColorChanged;
[<System.ComponentModel.Browsable(false)>]
member this.ForeColorChanged : EventHandler 
Public Custom Event ForeColorChanged As EventHandler 

Event Type

Attributes

Remarks

The ForeColor property is not meaningful for this control, although you can change its value and handle the ForeColorChanged event to detect the change.

Applies to