UndoToolBarButton Class

The UndoToolBarButton default class.
Public NotInheritable Class UndoToolBarButton 
Inherits DefaultToolBarButton
This language is not supported or no code example is available.
public sealed class UndoToolBarButton : DefaultToolBarButton
This language is not supported or no code example is available.
Name Description
Public property DisabledDownImage Obsolete. Gets or sets the Image for the disabled down state. (inherited from ToolBarButton).
Public property DisabledImage Obsolete. Deprecated property. Gets or sets the Image for the disabled state. (inherited from ToolBarButton).
Public property Disposed (inherited from DisposableBase).
Public property DownImage Gets the Image for the down state. (inherited from DefaultToolBarButton).
Public property Enabled Gets or sets the button status. (inherited from ToolBarButton).
Public property HoverImage Gets the Image for the mouse hover state. (inherited from DefaultToolBarButton).
Public property Image Gets the bitmap of the button. (inherited from DefaultToolBarButton).
Public property Name Gets or sets the name of the ToolBarButton. (inherited from DefaultToolBarButton).
Public property Pushed Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state. (inherited from ToolBarButton).
Public property Rectangle Gets button rectangle in screen coordinates (zero on the top-left corner of the viewport). (inherited from ToolBarButton).
Public property StyleMode Gets or sets the style of the toolbar button (DropDownButton is not supported). (inherited from ToolBarButton).
Public property Tag Gets or sets the toolbar button custom data. (inherited from ToolBarButton).
Public property ToolTipText Gets or sets the text to show on the ToolTip. (inherited from ToolBarButton).
Public property Visible Gets or sets the visibility status. (inherited from ToolBarButton).
Top
Methods
 
Name Description
Public method Contains(Point) Tells if a point in screen coordinates is inside the button. (inherited from ToolBarButton).
Internal protected (Protected Friend) method CreateTextures(RenderContextBase, Workspace, GraphicsPath, GraphicsPath, int, int, int, int, Color) (inherited from ToolBarButton).
Public method Dispose() (inherited from ToolBarButton).
Protected method DrawImage(Graphics, Workspace, int, int, int, int) Draws the button image.
Public method Static Equals(ToolBarButton, ToolBarButton) (inherited from ToolBarButton).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Internal protected (Protected Friend) method IsDefaultButton() (inherited from DefaultToolBarButton).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Operator Static Equality (inherited from ToolBarButton).
Operator Static Inequality (inherited from ToolBarButton).
Top
Events
 
Name Description
Public event Click Occurs when the button is clicked. (inherited from ToolBarButton).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition