Class MessageDialogHandle
public class MessageDialogHandle : WindowHandle, IDisposable
- Inheritance
-
MessageDialogHandle
- Implements
- Inherited Members
Constructors
MessageDialogHandle(nint, bool)
public MessageDialogHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static MessageDialogHandle For<T>(ConstructArgument[] constructArguments) where T : MessageDialog, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T