C# Class System.Windows.Forms.ToolStripTextBox

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

Private Properties

Свойство Type Description
HandleAcceptsTabChanged void
HandleHideSelectionChanged void
HandleModifiedChanged void
HandleMultilineChanged void
HandleReadOnlyChanged void
HandleTextAlignChanged void
HandleTextChanged void
ToolStripTextBox System.Drawing

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
GetPreferredSize ( Size constrainingSize ) : Size
Paste ( ) : void
ScrollToCaret ( ) : void
Select ( int start, int length ) : void
SelectAll ( ) : void
ToolStripTextBox ( ) : System.Drawing
ToolStripTextBox ( string name ) : System.Drawing
Undo ( ) : void

Méthodes protégées

Méthode Description
OnAcceptsTabChanged ( EventArgs e ) : void
OnBorderStyleChanged ( EventArgs e ) : void
OnHideSelectionChanged ( EventArgs e ) : void
OnModifiedChanged ( EventArgs e ) : void
OnMultilineChanged ( EventArgs e ) : void
OnReadOnlyChanged ( EventArgs e ) : void
OnSubscribeControlEvents ( Control control ) : void
OnUnsubscribeControlEvents ( Control control ) : void

Private Methods

Méthode Description
HandleAcceptsTabChanged ( object sender, EventArgs e ) : void
HandleHideSelectionChanged ( object sender, EventArgs e ) : void
HandleModifiedChanged ( object sender, EventArgs e ) : void
HandleMultilineChanged ( object sender, EventArgs e ) : void
HandleReadOnlyChanged ( object sender, EventArgs e ) : void
HandleTextAlignChanged ( object sender, EventArgs e ) : void
HandleTextChanged ( object sender, EventArgs e ) : void
ToolStripTextBox ( Control c ) : System.Drawing

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

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 System.Drawing.Point
Résultat char

GetCharIndexFromPosition() public méthode

public GetCharIndexFromPosition ( Point pt ) : int
pt System.Drawing.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 System.Drawing.Point

GetPreferredSize() public méthode

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
Résultat System.Drawing.Size

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

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

OnMultilineChanged() protected méthode

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

OnReadOnlyChanged() protected méthode

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

OnSubscribeControlEvents() protected méthode

protected OnSubscribeControlEvents ( Control control ) : void
control Control
Résultat void

OnUnsubscribeControlEvents() protected méthode

protected OnUnsubscribeControlEvents ( Control control ) : void
control Control
Résultat void

Paste() public méthode

public Paste ( ) : void
Résultat void

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

ToolStripTextBox() public méthode

public ToolStripTextBox ( ) : System.Drawing
Résultat System.Drawing

ToolStripTextBox() public méthode

public ToolStripTextBox ( string name ) : System.Drawing
name string
Résultat System.Drawing

Undo() public méthode

public Undo ( ) : void
Résultat void