C# Class System.Windows.Forms.ToolStripComboBox

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

Private Properties

Property Type Description
HandleDropDown void
HandleDropDownClosed void
HandleDropDownStyleChanged void
HandleSelectedIndexChanged void
HandleTextChanged void
HandleTextUpdate void
ToolStripComboBox System.Drawing

Public Methods

Method Description
BeginUpdate ( ) : void
EndUpdate ( ) : void
FindString ( string s ) : int
FindString ( string s, int startIndex ) : int
FindStringExact ( string s ) : int
FindStringExact ( string s, int startIndex ) : int
GetItemHeight ( int index ) : int
GetPreferredSize ( Size constrainingSize ) : Size
Select ( int start, int length ) : void
SelectAll ( ) : void
ToString ( ) : string
ToolStripComboBox ( ) : System.Drawing
ToolStripComboBox ( string name ) : System.Drawing

Protected Methods

Method Description
OnDropDown ( EventArgs e ) : void
OnDropDownClosed ( EventArgs e ) : void
OnDropDownStyleChanged ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelectionChangeCommitted ( EventArgs e ) : void
OnSubscribeControlEvents ( Control control ) : void
OnTextUpdate ( EventArgs e ) : void
OnUnsubscribeControlEvents ( Control control ) : void

Private Methods

Method Description
HandleDropDown ( object sender, EventArgs e ) : void
HandleDropDownClosed ( object sender, EventArgs e ) : void
HandleDropDownStyleChanged ( object sender, EventArgs e ) : void
HandleSelectedIndexChanged ( object sender, EventArgs e ) : void
HandleTextChanged ( object sender, EventArgs e ) : void
HandleTextUpdate ( object sender, EventArgs e ) : void
ToolStripComboBox ( Control c ) : System.Drawing

Method Details

BeginUpdate() public method

public BeginUpdate ( ) : void
return void

EndUpdate() public method

public EndUpdate ( ) : void
return void

FindString() public method

public FindString ( string s ) : int
s string
return int

FindString() public method

public FindString ( string s, int startIndex ) : int
s string
startIndex int
return int

FindStringExact() public method

public FindStringExact ( string s ) : int
s string
return int

FindStringExact() public method

public FindStringExact ( string s, int startIndex ) : int
s string
startIndex int
return int

GetItemHeight() public method

public GetItemHeight ( int index ) : int
index int
return int

GetPreferredSize() public method

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize Size
return Size

OnDropDown() protected method

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

OnDropDownClosed() protected method

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

OnDropDownStyleChanged() protected method

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

OnSelectedIndexChanged() protected method

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

OnSelectionChangeCommitted() protected method

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

OnSubscribeControlEvents() protected method

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

OnTextUpdate() protected method

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

OnUnsubscribeControlEvents() protected method

protected OnUnsubscribeControlEvents ( Control control ) : void
control Control
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

ToolStripComboBox() public method

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

ToolStripComboBox() public method

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