Table of Contents

Class MessageDialogHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class MessageDialogHandle : WindowHandle, IDisposable
Inheritance
MessageDialogHandle
Implements
Inherited Members

Constructors

MessageDialogHandle(nint, bool)

public MessageDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static MessageDialogHandle For<T>(ConstructArgument[] constructArguments) where T : MessageDialog, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

MessageDialogHandle

Type Parameters

T