System.Windows.Automation.Peers.ButtonAutomationPeer.GetAutomationControlTypeCore C# (CSharp) Method

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType
		protected override AutomationControlType GetAutomationControlTypeCore ()
		{
			return AutomationControlType.Button;
		}