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