| FolderBrowserDialogExRunDialog Method |
[Missing <summary> documentation for "M:QsInformatica.Utils.FolderBrowserDialogEx.RunDialog(System.IntPtr)"]
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.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
- Type: SystemIntPtr
[Missing <param name="hWndOwner"/> documentation for "M:QsInformatica.Utils.FolderBrowserDialogEx.RunDialog(System.IntPtr)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:QsInformatica.Utils.FolderBrowserDialogEx.RunDialog(System.IntPtr)"]
See Also