CustomCellCreateTControl Method |
Creates a new CustomCell with instances of the specified TControl type.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static CustomCell Create<TControl>()
where TControl : new(), Control
Public Shared Function Create(Of TControl As {New, Control}) As CustomCell
static member Create : unit -> CustomCell when 'TControl : new() and Control
Type Parameters
- TControl
- The type of control to instantiate for the cell, which must have a default constructor.
Return Value
Type:
CustomCell[Missing <returns> documentation for "M:Eto.Forms.CustomCell.Create``1"]
See Also