WindowsUIButton(String, ButtonStyle) Constructor
Initializes a new instance of the WindowsUIButton class with the specified caption and style settings.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public WindowsUIButton(
string caption,
ButtonStyle style
)
Public Sub New(
caption As String,
style As ButtonStyle
)
Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value that is the newly created WindowsUIButton's caption. |
style | ButtonStyle | A ButtonStyle enumerator value specifying whether the newly created WindowsUIButton is a regular (push) or check button. |
See Also
Feedback