Share via


RibbonAutomationPeer.IsOffscreenCore Method

Gets a value that indicates whether the Ribbon that is associated with this RibbonAutomationPeer is off the screen.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Function IsOffscreenCore As Boolean
protected override bool IsOffscreenCore()
protected:
virtual bool IsOffscreenCore() override
abstract IsOffscreenCore : unit -> bool 
override IsOffscreenCore : unit -> bool 
protected override function IsOffscreenCore() : boolean

Return Value

Type: System.Boolean
true if the Ribbon is collapsed; otherwise, false.

.NET Framework Security

See Also

Reference

RibbonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace