Click or drag to resize

ShellHistoryToolBar Events

The ShellHistoryToolBar 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.
(Inherited from CustomToolBar.)
Public eventFontChanged
Occurs when the Font property value changes.
Public eventForeColorChanged
Occurs when the ForeColor property changes.
(Inherited from Win32ToolBar.)
Public eventImeModeChanged
Occurs when the ImeMode property changes.
(Inherited from Win32ToolBar.)
Public eventInitialized
This event is fired after the initialization of the component.
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