Back to Devexpress

RibbonControl.ScreenModeChanged Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-e241a217.md

latest1.6 KB
Original Source

RibbonControl.ScreenModeChanged Event

Fires when the RibbonControl.FullScreen property value changes.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event RibbonScreenModeChangedEventHandler ScreenModeChanged
vb
<DXCategory("Events")>
Public Event ScreenModeChanged As RibbonScreenModeChangedEventHandler

Event Data

The ScreenModeChanged event's data class is DevExpress.XtraBars.Ribbon.ScreenModeChangedEventArgs.

See Also

RibbonStyle

RibbonControlStyle

ShowDisplayOptionsMenuButton

Minimized

FullScreen

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace