Back to Devexpress

WindowsUIButton Constructors

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibutton-dot-ctor.md

latest8.8 KB
Original Source

WindowsUIButton Constructors

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

NameParametersDescription
WindowsUIButton()noneInitializes a new instance of the WindowsUIButton class with the custom settings.
WindowsUIButton(String, ButtonStyle)caption, styleInitializes a new instance of the WindowsUIButton class with the specified caption and style settings.
WindowsUIButton(String, Boolean, WindowsUIButtonImageOptions, ButtonStyle, Int32)caption, useCaption, imageOptions, style, groupIndexInitializes 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--)caption, useCaption, imageOptions, style, toolTip, visibleIndex, enabled, superTip, useImage, checked, visible, tag, groupIndex, isLeftInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Boolean, WindowsUIButtonImageOptions)caption, useCaption, imageOptionsInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, Int32, ButtonStyle, Int32)caption, image, imageIndex, style, groupIndexInitializes 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)caption, image, imageIndex, imageLocation, style, groupIndexInitializes 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)caption, image, imageIndex, imageLocation, style, toolTip, useCaption, visibleIndex, enabled, superTip, useImage, checked, visible, glyphs, tag, groupIndex, isLeft, enableImageTransparencyInitializes a new instance of the WindowsUIButton class with custom settings.
WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Int32)caption, image, imageIndex, imageLocation, style, toolTip, useCaption, visibleIndex, enabled, superTip, groupIndexInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Int32)caption, image, imageIndex, imageLocation, style, toolTip, useCaption, visibleIndex, groupIndexInitializes 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)caption, image, imageUri, imageIndex, imageLocation, style, toolTip, useCaption, visibleIndex, enabled, superTip, useImage, checked, visible, glyphs, tag, groupIndex, isLeft, enableImageTransparencyInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image, String)caption, image, imageUriInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, Image)caption, imageInitializes a new instance of the WindowsUIButton class with the specified settings (text and icon).
WindowsUIButton(String, String, ButtonStyle, Int32)caption, imageUri, style, groupIndexInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, Int32)caption, imageUri, imageLocation, style, groupIndexInitializes 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)caption, imageUri, imageLocation, style, toolTip, useCaption, visibleIndex, enabled, superTip, useImage, checked, visible, glyphs, tag, groupIndex, isLeft, enableImageTransparencyInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Int32)caption, imageUri, imageLocation, style, toolTip, useCaption, visibleIndex, enabled, superTip, groupIndexInitializes a new instance of the WindowsUIButton class with the specified settings.
WindowsUIButton(String, String, ImageLocation, ButtonStyle, String, Boolean, Int32, Int32)caption, imageUri, imageLocation, style, toolTip, useCaption, visibleIndex, groupIndexInitializes a new instance of the WindowsUIButton class with the specified settings.

See Also

WindowsUIButton Class

WindowsUIButton Members

DevExpress.XtraBars.Docking2010 Namespace