AutomationPeer.IsOffscreenCore Metodo

Definizione

Fornisce il comportamento del peer quando un client microsoft Automazione interfaccia utente chiama IsOffscreen o un'API client microsoft Automazione interfaccia utente equivalente.

protected:
 virtual bool IsOffscreenCore() = IsOffscreenCore;
bool IsOffscreenCore();
protected virtual bool IsOffscreenCore();
function isOffscreenCore()
Protected Overridable Function IsOffscreenCore () As Boolean

Restituisce

Boolean

bool

true se l'elemento non è sullo schermo; in caso contrario, false.

Commenti

L'implementazione standard restituisce un risultato basato sul valore Visibility del proprietario.

Si applica a

Vedi anche