Back to Devexpress

WindowsUIButton Properties

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

latest2.7 KB
Original Source

WindowsUIButton Properties

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

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.

See Also

WindowsUIButton Class

WindowsUIButton Members

DevExpress.XtraBars.Docking2010 Namespace