Table of Contents

Class MultiSelectionHandle

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

Constructors

MultiSelectionHandle(nint, bool)

public MultiSelectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

MultiSelectionHandle

Type Parameters

T