WindowsUIButton(String, Image, Int32, ImageLocation, ButtonStyle, String, Boolean, Int32, Boolean, SuperToolTip, Boolean, Boolean, Boolean, Object, Object, Int32, Boolean, Boolean) Constructor
Initializes a new instance of the WindowsUIButton class with custom settings.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public WindowsUIButton(
string caption,
Image image,
int imageIndex,
ImageLocation imageLocation,
ButtonStyle style,
string toolTip,
bool useCaption,
int visibleIndex,
bool enabled,
SuperToolTip superTip,
bool useImage,
bool checked,
bool visible,
object glyphs,
object tag,
int groupIndex,
bool isLeft,
bool enableImageTransparency
)
#Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value that is the newly created Windows |
image | Image | An Image that is the newly created Windows |
image |
Int32 | An Int32 value that specifies an image within the IButton |
image |
DevExpress. |
An Image |
style | Button |
A Button |
tool |
String | A String value that is the Windows |
use |
Boolean | true if the Windows |
visible |
Int32 | An Int32 value specifying the newly created Windows |
enabled | Boolean | true if the button is enabled; otherwise, false. |
super |
Super |
A Super |
use |
Boolean | true if the Windows |
checked | Boolean | true if the button is initially checked; otherwise, false (for check-buttons only). |
visible | Boolean | true if the button is initially visible; otherwise, false. |
glyphs | Object | An Object that stores button icons. |
tag | Object | An Object that is the newly created button’s tag. |
group |
Int32 | An Int32 value that specifies a radio button group to which the newly created Windows |
is |
Boolean | true if the button is horizontally aligned to the left; otherwise, false. |
enable |
Boolean | true if the button’s icon can be transparent; otherwise, false. |