共用方式為


ScrollBarAutomationPeer.GetOrientationCore 方法

定義

取得值,指出是否依特定方向配置與這個 ScrollBarAutomationPeer 相關聯的 ScrollBar版面。 由 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

傳回

AutomationOrientation

HorizontalVertical,根據 ScrollBar 方向而定。

適用於

另請參閱