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