Click or drag to resize

CustomToolBar Events

The CustomToolBar type exposes the following members.

Events
 NameDescription
Public eventAutoSizeChangedOccurs when the value of the AutoSize property has changed.
(Inherited from Win32ToolBar)
Public eventBackColorChangedOccurs when the BackColor property changes.
(Inherited from Win32ToolBar)
Public eventBackgroundImageChangedOccurs when the BackgroundImage property changes.
(Inherited from Win32ToolBar)
Public eventBackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes.
(Inherited from Win32ToolBar)
Public eventButtonClickOccurs when a Win32ToolBarButton on the Win32ToolBar is clicked.
(Inherited from Win32ToolBar)
Public eventButtonDropDownOccurs 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 eventForeColorChangedOccurs when the ForeColor property changes.
(Inherited from Win32ToolBar)
Public eventImeModeChangedOccurs when the ImeMode property changes.
(Inherited from Win32ToolBar)
Public eventPaintThis member is not meaningful for this control.
(Inherited from Win32ToolBar)
Public eventRightToLeftChangedOccurs when the RightToLeft property changes.
(Inherited from Win32ToolBar)
Public eventTextChangedOccurs when the Text property changes.
(Inherited from Win32ToolBar)
Top
See Also