| FolderBrowserDialogExRunDialog Method |
[Missing <summary> documentation for "M:QsInformatica.Utils.FolderBrowserDialogEx.RunDialog(System.IntPtr)"]
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax protected override bool RunDialog(
IntPtr hWndOwner
)
Protected Overrides Function RunDialog (
hWndOwner As IntPtr
) As Boolean
protected:
virtual bool RunDialog(
IntPtr hWndOwner
) override
abstract RunDialog :
hWndOwner : IntPtr -> bool
override RunDialog :
hWndOwner : IntPtr -> bool
Parameters
- hWndOwner IntPtr
[Missing <param name="hWndOwner"/> documentation for "M:QsInformatica.Utils.FolderBrowserDialogEx.RunDialog(System.IntPtr)"]
Return Value
Boolean[Missing <returns> documentation for "M:QsInformatica.Utils.FolderBrowserDialogEx.RunDialog(System.IntPtr)"]
See Also