C# Class Xwt.WPFBackend.TextEntryBackend

Inheritance: Xwt.WPFBackend.WidgetBackend, ITextEntryBackend
Mostrar archivo Open project: TheBrainTech/xwt

Public Properties

Property Type Description
SUPPRESS_NATIVE_UNDO_COMMAND bool

Private Properties

Property Type Description
OnActivated void
OnPreviewCanExecuteHandler void
OnSelectionChanged void
OnTextChanged void
TextBox_IsVisibleChanged void

Public Methods

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

Private Methods

Method 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 method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

SetCompletionMatchFunc() public method

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

SetCompletions() public method

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

SetFocus() public method

public SetFocus ( ) : void
return void

TextEntryBackend() public method

public TextEntryBackend ( ) : System
return System

Property Details

SUPPRESS_NATIVE_UNDO_COMMAND public_oe static_oe property

public static bool SUPPRESS_NATIVE_UNDO_COMMAND
return bool