C# Class System.Windows.Forms.TextBoxBase

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public AppendText ( string text ) : void
text string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearUndo() public méthode

public ClearUndo ( ) : void
Résultat void

Copy() public méthode

public Copy ( ) : void
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Cut() public méthode

public Cut ( ) : void
Résultat void

DeselectAll() public méthode

public DeselectAll ( ) : void
Résultat void

GetCharFromPosition() public méthode

public GetCharFromPosition ( Point pt ) : char
pt Point
Résultat char

GetCharIndexFromPosition() public méthode

public GetCharIndexFromPosition ( Point pt ) : int
pt Point
Résultat int

GetFirstCharIndexFromLine() public méthode

public GetFirstCharIndexFromLine ( int lineNumber ) : int
lineNumber int
Résultat int

GetFirstCharIndexOfCurrentLine() public méthode

public GetFirstCharIndexOfCurrentLine ( ) : int
Résultat int

GetLineFromCharIndex() public méthode

public GetLineFromCharIndex ( int index ) : int
index int
Résultat int

GetPositionFromCharIndex() public méthode

public GetPositionFromCharIndex ( int index ) : Point
index int
Résultat Point

IsInputKey() protected méthode

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

OnAcceptsTabChanged() protected méthode

protected OnAcceptsTabChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnBorderStyleChanged() protected méthode

protected OnBorderStyleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
Résultat void

OnHideSelectionChanged() protected méthode

protected OnHideSelectionChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnModifiedChanged() protected méthode

protected OnModifiedChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
Résultat void

OnMultilineChanged() protected méthode

protected OnMultilineChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaddingChanged() protected méthode

protected OnPaddingChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnReadOnlyChanged() protected méthode

protected OnReadOnlyChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
Résultat void

Paste() public méthode

public Paste ( ) : void
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

ScrollToCaret() public méthode

public ScrollToCaret ( ) : void
Résultat void

Select() public méthode

public Select ( int start, int length ) : void
start int
length int
Résultat void

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string