AppMenuFileLabel.SelectedImage Property
Gets or sets the image displayed within the check button when the label is in the checked state.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image SelectedImage { get; set; }
Property Value
Type | Description |
---|---|
Image | An image displayed within the check button, representing the checked 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.
See Also