Compartilhar via


Método RibbonControlAutomationPeer.IsOffscreenCore

Obtém um valor que indica se a RibbonControl que está associado esta RibbonControlAutomationPeer está fora da tela.

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

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System.Boolean
true Se a RibbonControl não estiver visível; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

RibbonControlAutomationPeer Classe

Namespace Microsoft.Windows.Automation.Peers