C# Class FlexFieldControlLib.FieldControl

Inheritance: System.Windows.Forms.TextBox
Show file Open project: binaryage/xrefresh Class Usage Examples

Public Methods

Method Description
AddCedeFocusKey ( KeyEventArgs e ) : bool
ClearCedeFocusKeys ( ) : void
FieldControl ( ) : System
ResetCedeFocusKeys ( ) : void
TakeFocus ( Direction direction, Selection selection, System.Action action ) : void
ToString ( ) : string

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnParentBackColorChanged ( EventArgs e ) : void
OnParentForeColorChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
OnValidated ( EventArgs e ) : void
OnValidating ( System e ) : void

Private Methods

Method Description
CalculateMinimumSize ( ) : Size
GetCasedText ( ) : string
GetPaddedText ( ) : string
HandleBackspaceKey ( KeyEventArgs e ) : void
IsBackspaceKey ( KeyEventArgs e ) : bool
IsCedeFocusKey ( KeyEventArgs e ) : bool
IsEditKey ( KeyEventArgs e ) : bool
IsForwardKey ( KeyEventArgs e ) : bool
IsReverseKey ( KeyEventArgs e ) : bool
ResetRange ( ) : void
ResetSize ( ) : void
SendCedeFocusEvent ( System.Action action ) : void
SendCedeFocusEvent ( Direction direction, Selection selection ) : void
SendFieldChangedEvent ( ) : void
SendFieldFocusEvent ( FocusEventType fet ) : void

Method Details

AddCedeFocusKey() public method

public AddCedeFocusKey ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
return bool

ClearCedeFocusKeys() public method

public ClearCedeFocusKeys ( ) : void
return void

FieldControl() public method

public FieldControl ( ) : System
return System

OnFontChanged() protected method

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

OnGotFocus() protected method

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

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnLostFocus() protected method

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

OnParentBackColorChanged() protected method

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

OnParentForeColorChanged() protected method

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

OnSizeChanged() protected method

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

OnTextChanged() protected method

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

OnValidated() protected method

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

OnValidating() protected method

protected OnValidating ( System e ) : void
e System
return void

ResetCedeFocusKeys() public method

public ResetCedeFocusKeys ( ) : void
return void

TakeFocus() public method

public TakeFocus ( Direction direction, Selection selection, System.Action action ) : void
direction Direction
selection Selection
action System.Action
return void

ToString() public method

public ToString ( ) : string
return string