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