RibbonContextualTabGroupAutomationPeer.IsOffscreenCore Method
Gets a value that indicates whether the RibbonContextualTabGroup that is associated with this RibbonContextualTabGroupAutomationPeer 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 RibbonContextualTabGroup is not visible; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.