C# Class System.Windows.Forms.TextBoxBase

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CalculateDocument void
CaseAdjust string
ChangeBackColor Color
FixupHeight void
GetCharFromPositionInternal char
GetInheritedRtoL RightToLeft
GetPreferredSizeCore Size
HandleClick void
IsInputCharInternal bool
OnTextUpdate void
PaintControlBackground void
RaiseSelectionChanged void
SelectAllNoScroll void
TextBoxBase System.ComponentModel.Design
TextBoxBase_RightToLeftChanged void
TextBoxBase_SizeChanged void
Undo void

Public Methods

Method Description
AppendText ( string text ) : void
Clear ( ) : void
ClearUndo ( ) : void
Copy ( ) : void
Cut ( ) : void
DeselectAll ( ) : void
GetCharFromPosition ( Point pt ) : char
GetCharIndexFromPosition ( Point pt ) : int
GetFirstCharIndexFromLine ( int lineNumber ) : int
GetFirstCharIndexOfCurrentLine ( ) : int
GetLineFromCharIndex ( int index ) : int
GetPositionFromCharIndex ( int index ) : Point
Paste ( ) : void
ScrollToCaret ( ) : void
Select ( int start, int length ) : void
SelectAll ( ) : void
ToString ( ) : string

Protected Methods

Method Description
CreateHandle ( ) : void
IsInputKey ( Keys keyData ) : bool
OnAcceptsTabChanged ( EventArgs e ) : void
OnBorderStyleChanged ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnHideSelectionChanged ( EventArgs e ) : void
OnModifiedChanged ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnMultilineChanged ( EventArgs e ) : void
OnPaddingChanged ( EventArgs e ) : void
OnReadOnlyChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Method Description
CalculateDocument ( ) : void
CaseAdjust ( string s ) : string
ChangeBackColor ( Color backColor ) : Color
FixupHeight ( ) : void
GetCharFromPositionInternal ( Point p ) : char
GetInheritedRtoL ( ) : RightToLeft
GetPreferredSizeCore ( Size proposedSize ) : Size
HandleClick ( int clicks, MouseEventArgs me ) : void
IsInputCharInternal ( char charCode ) : bool
OnTextUpdate ( ) : void
PaintControlBackground ( PaintEventArgs pevent ) : void
RaiseSelectionChanged ( ) : void
SelectAllNoScroll ( ) : void
TextBoxBase ( ) : System.ComponentModel.Design
TextBoxBase_RightToLeftChanged ( object o, EventArgs e ) : void
TextBoxBase_SizeChanged ( object sender, EventArgs e ) : void
Undo ( ) : void

Method Details

AppendText() public method

public AppendText ( string text ) : void
text string
return void

Clear() public method

public Clear ( ) : void
return void

ClearUndo() public method

public ClearUndo ( ) : void
return void

Copy() public method

public Copy ( ) : void
return void

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Cut() public method

public Cut ( ) : void
return void

DeselectAll() public method

public DeselectAll ( ) : void
return void

GetCharFromPosition() public method

public GetCharFromPosition ( Point pt ) : char
pt Point
return char

GetCharIndexFromPosition() public method

public GetCharIndexFromPosition ( Point pt ) : int
pt Point
return int

GetFirstCharIndexFromLine() public method

public GetFirstCharIndexFromLine ( int lineNumber ) : int
lineNumber int
return int

GetFirstCharIndexOfCurrentLine() public method

public GetFirstCharIndexOfCurrentLine ( ) : int
return int

GetLineFromCharIndex() public method

public GetLineFromCharIndex ( int index ) : int
index int
return int

GetPositionFromCharIndex() public method

public GetPositionFromCharIndex ( int index ) : Point
index int
return Point

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
return bool

OnAcceptsTabChanged() protected method

protected OnAcceptsTabChanged ( EventArgs e ) : void
e EventArgs
return void

OnBorderStyleChanged() protected method

protected OnBorderStyleChanged ( EventArgs e ) : void
e EventArgs
return void

OnFontChanged() protected method

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

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
return void

OnHandleDestroyed() protected method

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
return void

OnHideSelectionChanged() protected method

protected OnHideSelectionChanged ( EventArgs e ) : void
e EventArgs
return void

OnModifiedChanged() protected method

protected OnModifiedChanged ( EventArgs e ) : void
e EventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
return void

OnMultilineChanged() protected method

protected OnMultilineChanged ( EventArgs e ) : void
e EventArgs
return void

OnPaddingChanged() protected method

protected OnPaddingChanged ( EventArgs e ) : void
e EventArgs
return void

OnReadOnlyChanged() protected method

protected OnReadOnlyChanged ( EventArgs e ) : void
e EventArgs
return void

OnTextChanged() protected method

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

Paste() public method

public Paste ( ) : void
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

ScrollToCaret() public method

public ScrollToCaret ( ) : void
return void

Select() public method

public Select ( int start, int length ) : void
start int
length int
return void

SelectAll() public method

public SelectAll ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string