Table of Contents

Class ButtonHandle

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

Constructors

ButtonHandle(nint, bool)

public ButtonHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ButtonHandle

Type Parameters

T