Skip to main content

LabelControlAppearanceObject.GetImage(ObjectState) Method

Gets the image to be displayed in the label, control according to its state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Image GetImage(
    ObjectState state
)

Parameters

Name Type Description
state DevExpress.Utils.Drawing.ObjectState

The label control’s state.

Returns

Type Description
Image

An image to be displayed.

Remarks

You can assign different images to represent the label control’s different states. The GetImage method returns the image, according to its state.

See Also