WindowsUIButton(String, Boolean, WindowsUIButtonImageOptions) Constructor
Initializes a new instance of the WindowsUIButton class with the specified settings.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public WindowsUIButton(
string caption,
bool useCaption,
WindowsUIButtonImageOptions imageOptions
)
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value that is the button text. |
useCaption | Boolean | true if the button should display its caption; otherwise, false. |
imageOptions | DevExpress.XtraBars.Docking2010.WindowsUIButtonImageOptions | A WindowsUIButtonImageOptions object that specifies image options. |
See Also