BExplorer.Shell.ShellView.GetSelectedCount C# (CSharp) Method

GetSelectedCount() public method

public GetSelectedCount ( ) : Int32
return Int32
    public Int32 GetSelectedCount() => (Int32)User32.SendMessage(this.LVHandle, MSG.LVM_GETSELECTEDCOUNT, 0, 0);
ShellView