Atspi.Selection.DeselectSelectedChild C# (CSharp) Method

DeselectSelectedChild() public method

public DeselectSelectedChild ( int selectedChildIndex ) : bool
selectedChildIndex int
return bool
        public bool DeselectSelectedChild(int selectedChildIndex)
        {
            return proxy.DeselectSelectedChild (selectedChildIndex);
        }