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