Skip to main content
A newer version of this page is available. .

WindowsUIButton(String, Image, String) Constructor

Initializes a new instance of the WindowsUIButton class with the specified settings.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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