CustomToolBar Class |
Namespace: Jam.Shell
The CustomToolBar type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomToolBar | Initializes a new instance of the CustomToolBar class |
Name | Description | |
---|---|---|
![]() | ButtonHeight | Gets or sets the height of the buttons. |
![]() | CreateParams |
Gets the required creation parameters when the control handle is created.
(Overrides ToolBarCreateParams.) |
![]() | DoubleBuffered |
This member is not meaningful for this control.
(Overrides ToolBar.DoubleBuffered.) |
![]() | HideClippedButtons |
Determines if partial clipped buttons should be hidden or shown.
|
![]() | OwnerDraw |
Determines if control supports owner-drawing.
|
![]() | Padding |
Gets or sets the padding.
|
![]() | Version |
The current version of the ShellBrowser components.
|
Name | Description | |
---|---|---|
![]() | IndexOf |
Retrieves the zero-based index for the button associated with the specified command identifier.
|
![]() | OnCustomDraw |
Provides support for custom drawing.
|
![]() | OnCustomDrawButton |
Provides support for button custom drawing.
|
![]() | OnHandleCreated |
Raises the HandleCreated event.
(Overrides ToolBarOnHandleCreated(EventArgs).) |
![]() | SetIndent | Sets the indentation for the first button. |
![]() | WmNotify |
Processes WM_NOTIFY messages.
|
![]() | WndProc |
Processes Windows messages.
(Overrides ToolBarWndProc(Message).) |
Name | Description | |
---|---|---|
![]() | DrawButton |
Occurs if a button is drawn and OwnerDraw is set to true.
|
Name | Description | |
---|---|---|
![]() | HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods.) |
![]() | ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods.) |
![]() | ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods.) |