Back to Devexpress

WindowsUIButton Members

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibutton-dot-underscore-members.md

latest13.4 KB
Original Source

WindowsUIButton Members

A Custom Button in the WindowsUI View. A button in the WindowsUIButtonPanel control.

Constructors

NameDescription
WindowsUIButton()Initializes a new instance of the WindowsUIButton class with the custom settings.
WindowsUIButton(String, ButtonStyle)Initializes a new instance of the WindowsUIButton class with the specified caption and style settings.
WindowsUIButton(String, Boolean, WindowsUIButtonImageOptions, ButtonStyle, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
[WindowsUIButton(String, Boolean, WindowsUIButtonImageOptions, ButtonStyle, String, Int32, Boolean, SuperToolTip, Boolean, Boolean, Boolean, Object, Int32, Boolean)](/WindowsForms/DevExpress.XtraBars.Docking2010.WindowsUIButton.x(-9-j-M-----n--)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Boolean, WindowsUIButtonImageOptions)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, Int32, ButtonStyle, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings, including caption, icon, button style and group index.
WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Boolean, Boolean, Boolean, Object, Object, Int32, Boolean, Boolean)Initializes a new instance of the WindowsUIButton class with custom settings.
WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, String, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Boolean, Boolean, Boolean, Object, Object, Int32, Boolean, Boolean)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, String)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image)Initializes a new instance of the WindowsUIButton class with the specified settings (text and icon).
WindowsUIButton(String, String, ButtonStyle, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Boolean, Boolean, Boolean, Object, Object, Int32, Boolean, Boolean)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, String, Boolean, Int32, Int32)Initializes a new instance of the WindowsUIButton class with the specified settings.

Properties

NameDescription
AppearanceProvides access to appearance settings for the current WindowsUIButton.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property.
EnableImageTransparencyGets or sets whether specific colors in the current WindowsUIButton‘s image are transparent. This property is obsolete. Use the WindowsUIButtonPanel.EnableImageTransparency property instead.
ImageLocationGets or sets the position of the current WindowsUIButton‘s icon relative to this button’s text. This property is obsolete. Use the ImageOptions property instead.
ImageOptionsProvides access to all properties that allow you to assign and customize an icon for this WindowsUIButton.
IsLeftGets or sets whether the current WindowsUIButton is horizontally aligned to the left.

Methods

NameDescription
BindCommand(Expression<Action>, Object, Func<Object>)Uses the command selector to find an appropriate parameterized command in the source and bind it to this WindowsUIButton.
BindCommand(Object, Func<Object>)Binds the specific parameterized command to this WindowsUIButton.
BindCommand<T>(Expression<Action<T>>, Object, Func<T>)Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this WindowsUIButton.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.

Events

NameDescription
ClickOccurs when an end-user clicks this WindowsUIButton.
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed.
CommandChangedOccurs after the value of the Command property has changed.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed.

See Also

WindowsUIButton Class

DevExpress.XtraBars.Docking2010 Namespace