AppMenuFileLabel.Image Property
Gets or sets the image displayed within the check button when the button is in the unchecked state.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
Property Value
Type | Description |
---|---|
Image | An image displayed within the check button, representing the unchecked state. |
Remarks
A label’s check state is represented by an image displayed within the check button. This button is visible if the AppMenuFileLabel.ShowCheckButton option is enabled.
To specify images representing the unchecked and checked states, use the AppMenuFileLabel.Image
and AppMenuFileLabel.SelectedImage properties.