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

ShowPropPage() public method

public ShowPropPage ( IntPtr HWND, String filename, String proppage ) : void
HWND IntPtr
filename String
proppage String
return void
    public void ShowPropPage(IntPtr HWND, String filename, String proppage) => Shell32.SHObjectProperties(HWND, 0x2, filename, proppage);
ShellView