Skip to main content

WindowsUIButton(String, Image, String) 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

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

Parameters

Name Type Description
caption String

A String value that is the button text.

image Image

An Image object that is the button glyph.

imageUri String

A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. Overrides the image argument value.

See Also