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