Table of Contents

Class ListBoxHandle

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

Constructors

ListBoxHandle(nint, bool)

public ListBoxHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ListBoxHandle

Type Parameters

T