AtspiUiaSource.SelectionItemSource.Select C# (CSharp) Method

Select() public method

public Select ( ) : void
return void
		public void Select ()
		{
			Selection.ClearSelection ();
			AddToSelection ();
		}