C# Class System.Windows.Forms.ToolStripTextBox

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

Private Properties

Property Type Description
HandleAcceptsTabChanged void
HandleHideSelectionChanged void
HandleModifiedChanged void
HandleMultilineChanged void
HandleReadOnlyChanged void
HandleTextAlignChanged void
HandleTextChanged void
ToolStripTextBox System.Drawing

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

Protected Methods

Method 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

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

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 System.Drawing.Point
return char

GetCharIndexFromPosition() public method

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

GetPreferredSize() public method

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
return System.Drawing.Size

OnAcceptsTabChanged() protected method

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

OnBorderStyleChanged() protected method

protected OnBorderStyleChanged ( 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

OnMultilineChanged() protected method

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

OnReadOnlyChanged() protected method

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

OnSubscribeControlEvents() protected method

protected OnSubscribeControlEvents ( Control control ) : void
control Control
return void

OnUnsubscribeControlEvents() protected method

protected OnUnsubscribeControlEvents ( Control control ) : void
control Control
return void

Paste() public method

public Paste ( ) : void
return void

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

ToolStripTextBox() public method

public ToolStripTextBox ( ) : System.Drawing
return System.Drawing

ToolStripTextBox() public method

public ToolStripTextBox ( string name ) : System.Drawing
name string
return System.Drawing

Undo() public method

public Undo ( ) : void
return void