Skip to main content

WindowsUIButton(String, Image) Constructor

Initializes a new instance of the WindowsUIButton class with the specified settings (text and icon).

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public WindowsUIButton(
    string caption,
    Image image
)

Parameters

Name Type Description
caption String

A String value that is the newly created WindowsUIButton‘s caption.

image Image

An Image that is the newly created WindowsUIButton‘s icon.

See Also