System.Windows.Automation.DesktopElement.SupportsProperty C# (CSharp) Method

SupportsProperty() public method

public SupportsProperty ( AutomationProperty property ) : bool
property AutomationProperty
return bool
		public bool SupportsProperty (AutomationProperty property)
		{
			// TODO: Implement
			return true;
		}