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

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.v18.2.dll

Declaration

[Browsable(false)]
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