AppMenuFileLabel.LabelClick Event
Fires when the label's image (BarLinkUserDefines.Glyph) is clicked.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DXCategory("Events")]
public event EventHandler LabelClick
<DXCategory("Events")>
Public Event LabelClick As EventHandler
Event Data
The LabelClick event's data class is EventArgs.
Remarks
You can assign an image to a label via the AppMenuFileLabel.Glyph property. The LabelClick event fires when this image is clicked.
See Also
Feedback