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