Table of Contents

Class ComboBoxHandle

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

Constructors

ComboBoxHandle(nint, bool)

public ComboBoxHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ComboBoxHandle

Type Parameters

T