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