C# Class Xwt.TextEntry

Inheritance: Xwt.Widget
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description
OnActivated void
OnChanged void

Méthodes publiques

Méthode Description
SetCompletionMatchFunction ( Func matchFunc ) : void
SetCompletions ( string completions ) : void
TextEntry ( ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost
OnSelectionChanged ( EventArgs e ) : void

Private Methods

Méthode Description
OnActivated ( EventArgs e ) : void
OnChanged ( EventArgs e ) : void

Method Details

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetCompletionMatchFunction() public méthode

public SetCompletionMatchFunction ( Func matchFunc ) : void
matchFunc Func
Résultat void

SetCompletions() public méthode

public SetCompletions ( string completions ) : void
completions string
Résultat void

TextEntry() public méthode

public TextEntry ( ) : System
Résultat System