C# Class DroidExplorer.Core.UI.ComboBoxEx

Inheritance: System.Windows.Forms.ComboBox
Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Protected Properties

Свойство Type Description
childControl IComboBoxExtender
dropDown System.Windows.Forms.ToolStripDropDown

Méthodes publiques

Méthode Description
AddControl ( IComboBoxExtender child ) : void
ComboBoxEx ( ) : System
HIWORD ( int n ) : int

This will return hi word (highest 16 bits)

LoadChildControl ( ) : void
SetDisplayValue ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
DropDownClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void

Handles the Closed event of the cmbDropDown control.

ExtenderCombo_EnabledChanged ( object sender, EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelectedItemChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Overrided win proc event handler

Private Methods

Méthode Description
CloseComboBox ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ShowDropDown ( ) : void
txtTextBox_Click ( object sender, EventArgs e ) : void

Method Details

AddControl() public méthode

public AddControl ( IComboBoxExtender child ) : void
child IComboBoxExtender
Résultat void

ComboBoxEx() public méthode

public ComboBoxEx ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DropDownClosed() protected méthode

Handles the Closed event of the cmbDropDown control.
protected DropDownClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
sender object The source of the event.
e System.Windows.Forms.ToolStripDropDownClosedEventArgs The instance containing the event data.
Résultat void

ExtenderCombo_EnabledChanged() protected méthode

protected ExtenderCombo_EnabledChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

HIWORD() public static méthode

This will return hi word (highest 16 bits)
public static HIWORD ( int n ) : int
n int
Résultat int

LoadChildControl() public méthode

public LoadChildControl ( ) : void
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelectedIndexChanged() protected méthode

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

OnSelectedItemChanged() protected méthode

protected OnSelectedItemChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetDisplayValue() public méthode

public SetDisplayValue ( string value ) : void
value string
Résultat void

WndProc() protected méthode

Overrided win proc event handler
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

Property Details

childControl protected_oe property

protected IComboBoxExtender childControl
Résultat IComboBoxExtender

dropDown protected_oe property

protected ToolStripDropDown,System.Windows.Forms dropDown
Résultat System.Windows.Forms.ToolStripDropDown