ToolBarSeparator Class

The ToolBarSeparator default class.
Public NotInheritable Class ToolBarSeparator 
Inherits DefaultToolBarButton
This language is not supported or no code example is available.
public sealed class ToolBarSeparator : 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 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, Environment, GraphicsPath, GraphicsPath, int, int, int, int, Color) (inherited from ToolBarButton).
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (inherited from ToolBarButton).
Protected method DrawImage(Graphics, Environment, int, int, int, int) Draws the button image.
Protected method DrawImage(Graphics, Image, int, int, int, int)
Protected method DrawImage(Graphics, ImageSource, int, int, int, int)
Public method Static Equals(ToolBarButton, ToolBarButton) (inherited from ToolBarButton).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Internal protected (Protected Friend) method IsDefaultButton() (inherited from DefaultToolBarButton).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Internal protected (Protected Friend) method ObservableCollectionPropertyChanged(object, NotifyCollectionChangedEventArgs) For internal use only. (inherited from DisposableBase).
Protected method RaisePropertyChangedEvent(object, DependencyProperty) For internal use only. (inherited from DisposableBase).
Public method ToString Returns a string that represents the current object. (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).
Public event PropertyChanged For internal use only. (inherited from DisposableBase).
Top
Fields
 
Name Description
Public field Static PropertyChangedEvent For internal use only. (inherited from DisposableBase).
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition