Class ButtonHandle
public class ButtonHandle : WidgetHandle, IDisposable
- Inheritance
-
ButtonHandle
- Implements
- Derived
- Inherited Members
Constructors
ButtonHandle(nint, bool)
public ButtonHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static ButtonHandle For<T>(ConstructArgument[] constructArguments) where T : Button, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T