Share via


RibbonTabAutomationPeer.IsOffscreenCore Method

Gets a value that indicates whether the RibbonTab that is associated with the RibbonTabAutomationPeer is off the screen. This method is called by IsOffscreen.

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 RibbonTab is not visible; otherwise, false.

.NET Framework Security

See Also

Reference

RibbonTabAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace