C# Class System.Windows.Forms.ToolStripComboBox

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

Private Properties

Свойство Type Description
HandleDropDown void
HandleDropDownClosed void
HandleDropDownStyleChanged void
HandleSelectedIndexChanged void
HandleTextChanged void
HandleTextUpdate void
ToolStripComboBox System.Drawing

Méthodes publiques

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

Méthodes protégées

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

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

public BeginUpdate ( ) : void
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

FindString() public méthode

public FindString ( string s ) : int
s string
Résultat int

FindString() public méthode

public FindString ( string s, int startIndex ) : int
s string
startIndex int
Résultat int

FindStringExact() public méthode

public FindStringExact ( string s ) : int
s string
Résultat int

FindStringExact() public méthode

public FindStringExact ( string s, int startIndex ) : int
s string
startIndex int
Résultat int

GetItemHeight() public méthode

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

GetPreferredSize() public méthode

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize Size
Résultat Size

OnDropDown() protected méthode

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

OnDropDownClosed() protected méthode

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

OnDropDownStyleChanged() protected méthode

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

OnSelectedIndexChanged() protected méthode

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

OnSelectionChangeCommitted() protected méthode

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

OnSubscribeControlEvents() protected méthode

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

OnTextUpdate() protected méthode

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

OnUnsubscribeControlEvents() protected méthode

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

ToolStripComboBox() public méthode

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

ToolStripComboBox() public méthode

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