C# Class Xwt.WPFBackend.TextEntryBackend

Inheritance: Xwt.WPFBackend.WidgetBackend, ITextEntryBackend
Afficher le fichier Open project: TheBrainTech/xwt

Méthodes publiques

Свойство Type Description
SUPPRESS_NATIVE_UNDO_COMMAND bool

Private Properties

Свойство Type Description
OnActivated void
OnPreviewCanExecuteHandler void
OnSelectionChanged void
OnTextChanged void
TextBox_IsVisibleChanged void

Méthodes publiques

Méthode Description
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
SetCompletionMatchFunc ( Func matchFunc ) : void
SetCompletions ( string completions ) : void
SetFocus ( ) : void
TextEntryBackend ( ) : System

Private Methods

Méthode Description
OnActivated ( object sender, System e ) : void
OnPreviewCanExecuteHandler ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
OnSelectionChanged ( object s, EventArgs e ) : void
OnTextChanged ( object s, System.Windows.Controls.TextChangedEventArgs e ) : void
TextBox_IsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

SetCompletionMatchFunc() public méthode

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

SetCompletions() public méthode

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

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

TextEntryBackend() public méthode

public TextEntryBackend ( ) : System
Résultat System

Property Details

SUPPRESS_NATIVE_UNDO_COMMAND public_oe static_oe property

public static bool SUPPRESS_NATIVE_UNDO_COMMAND
Résultat bool