Table of Contents

Class FileChooserDialogHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class FileChooserDialogHandle : DialogHandle, IDisposable
Inheritance
FileChooserDialogHandle
Implements
Inherited Members

Constructors

FileChooserDialogHandle(nint, bool)

public FileChooserDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileChooserDialogHandle

Type Parameters

T