System.Windows.Automation.TreeWalker.TreeIterator.GetLastChild C# (CSharp) Method

GetLastChild() public method

public GetLastChild ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement
			public AutomationElement GetLastChild (AutomationElement element)
			{
				return GetLastChild (element, null);
			}

Same methods

TreeWalker.TreeIterator::GetLastChild ( AutomationElement element, AutomationElement beforeThisChild ) : AutomationElement