Back to Devexpress

RibbonHitInfo.InFullScreenButton Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-viewinfo-dot-ribbonhitinfo-9eefb6de.md

latest1.3 KB
Original Source

RibbonHitInfo.InFullScreenButton Property

Gets whether the test point is within the Full Screen button.

Namespace : DevExpress.XtraBars.Ribbon.ViewInfo

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool InFullScreenButton { get; }
vb
Public ReadOnly Property InFullScreenButton As Boolean

Property Value

TypeDescription
Boolean

true if the test point is within the Full Screen button; otherwise, false.

|

See Also

ShowDisplayOptionsMenuButton

RibbonHitInfo Class

RibbonHitInfo Members

DevExpress.XtraBars.Ribbon.ViewInfo Namespace