Click or drag to resize

CustomToolBar Events

The CustomToolBar type exposes the following members.

Events
  NameDescription
Public eventAutoSizeChanged
Occurs when the value of the AutoSize property has changed.
(Inherited from Win32ToolBar.)
Public eventBackColorChanged
Occurs when the BackColor property changes.
(Inherited from Win32ToolBar.)
Public eventBackgroundImageChanged
Occurs when the BackgroundImage property changes.
(Inherited from Win32ToolBar.)
Public eventBackgroundImageLayoutChanged
Occurs when the BackgroundImageLayout property changes.
(Inherited from Win32ToolBar.)
Public eventButtonClick
Occurs when a Win32ToolBarButton on the Win32ToolBar is clicked.
(Inherited from Win32ToolBar.)
Public eventButtonDropDown
Occurs when a drop-down style Win32ToolBarButton or its down arrow is clicked.
(Inherited from Win32ToolBar.)
Public eventDrawButton
Occurs if a button is drawn and OwnerDraw is set to true.
Public eventForeColorChanged
Occurs when the ForeColor property changes.
(Inherited from Win32ToolBar.)
Public eventImeModeChanged
Occurs when the ImeMode property changes.
(Inherited from Win32ToolBar.)
Public eventPaint
This member is not meaningful for this control.
(Inherited from Win32ToolBar.)
Public eventRightToLeftChanged
Occurs when the RightToLeft property changes.
(Inherited from Win32ToolBar.)
Public eventTextChanged
Occurs when the Text property changes.
(Inherited from Win32ToolBar.)
Top
See Also