ThemedCollectionEditorHandlerCreateControl Method  | 
 
            Creates the control for this handler.
            
 
    Namespace: 
   Eto.Forms.ThemedControls
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected override ThemedCollectionEditor CreateControl()
Protected Overrides Function CreateControl As ThemedCollectionEditor
abstract CreateControl : unit -> ThemedCollectionEditor 
override CreateControl : unit -> ThemedCollectionEditor 
Return Value
Type: 
ThemedCollectionEditorA new instance of the control for the handler
See Also