StatusBarItemAutomationPeer.IsOffscreenCore Método
Definição
Obtém um valor que indica se o controle StatusBarItem associado a este objeto StatusBarItemAutomationPeer está fora da tela.Gets a value that indicates whether the StatusBarItem control that is associated with this StatusBarItemAutomationPeer object is off the screen. Este método é chamado por IsOffscreen().This method is called by IsOffscreen().
protected:
override bool IsOffscreenCore();
protected override bool IsOffscreenCore ();
override this.IsOffscreenCore : unit -> bool
Protected Overrides Function IsOffscreenCore () As Boolean
Retornos
true se o elemento não estiver na tela; caso contrário, false.true if the element is not on the screen; otherwise, false.
Comentários
Esse método não indica se o elemento está visível.This method does not indicate whether the element is visible. Em algumas circunstâncias, o elemento pode estar na tela, mas ainda não está visível (por exemplo, um elemento que é obscurecido por outros elementos).In some circumstances, the element can be on the screen but still not be visible (for example, an element that is obscured by other elements).