Condividi tramite


ScrollBarAutomationPeer.GetOrientationCore Metodo

Definizione

Ottiene un valore che indica se l'oggetto ScrollBar associato a ScrollBarAutomationPeer è disposto in una direzione specifica. Chiamato da GetOrientation().

protected:
 override System::Windows::Automation::Peers::AutomationOrientation GetOrientationCore();
protected override System.Windows.Automation.Peers.AutomationOrientation GetOrientationCore ();
override this.GetOrientationCore : unit -> System.Windows.Automation.Peers.AutomationOrientation
Protected Overrides Function GetOrientationCore () As AutomationOrientation

Restituisce

AutomationOrientation

Horizontal o Vertical, a seconda dell'orientamento di ScrollBar.

Si applica a

Vedi anche