DocumentViewerBaseAutomationPeer.GetAutomationControlTypeCore Method

Definition

Gets the control type for the DocumentViewerBase that is associated with this DocumentViewerBaseAutomationPeer. Called by GetAutomationControlType().

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

Returns

The Document enumeration value.

Applies to

See also