ThemedPropertyGridHandlerCreateControl Method |
Creates the control for this handler
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override ThemedPropertyGrid CreateControl()
Protected Overrides Function CreateControl As ThemedPropertyGrid
abstract CreateControl : unit -> ThemedPropertyGrid
override CreateControl : unit -> ThemedPropertyGrid
Return Value
Type:
ThemedPropertyGridThe control instance
See Also