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