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