Condividi tramite


ScrollViewerAutomationPeer.IsControlElementCore Metodo

Definizione

Ottiene o imposta un valore che indica se l'oggetto ScrollViewer associato a questo ScrollViewerAutomationPeer valore è compreso dall'utente finale come interattivo o come contributo alla struttura logica del controllo nell'interfaccia utente utente. Questo metodo viene chiamato da IsControlElement().

protected:
 override bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean

Restituisce

If TemplatedParent è null, questo metodo restituisce true; in caso contrario, false.

Si applica a

Vedi anche