Table of Contents

Class DropDownHandle

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

Constructors

DropDownHandle(nint, bool)

public DropDownHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DropDownHandle

Type Parameters

T