Mono.UIAutomation.UiaDbusSource.UiaDbusElement.SupportsProperty C# (CSharp) Method

SupportsProperty() public method

public SupportsProperty ( AutomationProperty property ) : bool
property System.Windows.Automation.AutomationProperty
return bool
		public bool SupportsProperty (AutomationProperty property)
		{
			try {
				return dbusElement.SupportsProperty (property.Id);
			} catch (Exception ex) {
					throw DbusExceptionTranslator.Translate (ex);
			}
		}