LabelControlAppearanceObject.GetImage(ObjectState) Method
Gets the image to be displayed in the label, control according to its state.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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