C# Class Xwt.TextEntry

Inheritance: Xwt.Widget
Mostrar archivo Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
OnActivated void
OnChanged void

Public Methods

Method Description
SetCompletionMatchFunction ( Func matchFunc ) : void
SetCompletions ( string completions ) : void
TextEntry ( ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost
OnSelectionChanged ( EventArgs e ) : void

Private Methods

Method Description
OnActivated ( EventArgs e ) : void
OnChanged ( EventArgs e ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

OnSelectionChanged() protected method

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetCompletionMatchFunction() public method

public SetCompletionMatchFunction ( Func matchFunc ) : void
matchFunc Func
return void

SetCompletions() public method

public SetCompletions ( string completions ) : void
completions string
return void

TextEntry() public method

public TextEntry ( ) : System
return System