AtspiUiaSource.TableHeaderElement.SupportsSelection C# (CSharp) Method

SupportsSelection() private method

private SupportsSelection ( ) : bool
return bool
		internal override bool SupportsSelection ()
		{
			return false;
		}
	}