FileOperation(IWin32Window) Constructor
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileOperation(
IWin32Window owner
)
Public Sub New (
owner As IWin32Window
)
Dim owner As IWin32Window
Dim instance As New FileOperation(owner)
public:
FileOperation(
IWin32Window^ owner
)
new :
owner : IWin32Window -> FileOperation
No code example is currently available or this language may not be supported.
Parameters
- owner IWin32Window
-
The parent or owner window for progress and dialog windows.