C# Class DroidExplorer.Core.UI.ComboBoxEx

Inheritance: System.Windows.Forms.ComboBox
Datei anzeigen Open project: camalot/droidexplorer Class Usage Examples

Protected Properties

Property Type Description
childControl IComboBoxExtender
dropDown System.Windows.Forms.ToolStripDropDown

Public Methods

Method 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

Protected Methods

Method 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

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

public AddControl ( IComboBoxExtender child ) : void
child IComboBoxExtender
return void

ComboBoxEx() public method

public ComboBoxEx ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DropDownClosed() protected method

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.
return void

ExtenderCombo_EnabledChanged() protected method

protected ExtenderCombo_EnabledChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HIWORD() public static method

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

LoadChildControl() public method

public LoadChildControl ( ) : void
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnSelectedIndexChanged() protected method

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

OnSelectedItemChanged() protected method

protected OnSelectedItemChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetDisplayValue() public method

public SetDisplayValue ( string value ) : void
value string
return void

WndProc() protected method

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

Property Details

childControl protected_oe property

protected IComboBoxExtender childControl
return IComboBoxExtender

dropDown protected_oe property

protected ToolStripDropDown,System.Windows.Forms dropDown
return System.Windows.Forms.ToolStripDropDown