Smrf.NodeXL.Visualization.Wpf.NodeXLControl.SelectAll C# (CSharp) Method

SelectAll() public method

public SelectAll ( ) : void
return void
    SelectAll()
    {
        AssertValid();

        const String MethodName = "SelectAll";

        CheckIfLayingOutGraph(MethodName);

        SetAllSelected(true);
    }
NodeXLControl