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