Click or drag to resize

PropertyGridTypeEditorCreateControl Method

Creates the control for editing (and viewing for platforms that support it)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract Control CreateControl(
	CellEventArgs args
)

Parameters

args
Type: Eto.FormsCellEventArgs
Arguments to create the control

Return Value

Type: Control
The control instance to set to the cell
See Also