Property | Type | Description | |
---|---|---|---|
GetFontOverrideInfo | FontOverrideInfo | ||
SetComboTextAndFocus | void | ||
m_button_KeyPress | void | ||
m_comboTextBox_KeyPress | void | ||
m_popupTree_BeforeSelect | void | ||
m_popupTree_PopupTreeClosed | void | ||
m_tree_AfterSelect | void | ||
m_tree_Load | void |
Method | Description | |
---|---|---|
SetComboText ( |
Sets the text but doesn't cause a focus.
|
|
TreeCombo ( ) : System |
Construct one.
|
Method | Description | |
---|---|---|
CreateDropDownBox ( ) : IDropDownBox |
Creates the drop down box.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
GetFontOverrideInfo ( string source, int wsTreeCombo ) : FontOverrideInfo | ||
SetComboTextAndFocus ( |
Sets the text and focuses the control FWNX-270: renamed from SetComboText to make it clear that this method causes a focus
|
|
m_button_KeyPress ( object sender, |
||
m_comboTextBox_KeyPress ( object sender, |
Handle a key press in the combo box. Enable type-ahead to select list items (LT-2190).
|
|
m_popupTree_BeforeSelect ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void | ||
m_popupTree_PopupTreeClosed ( object sender, |
||
m_tree_AfterSelect ( object sender, |
||
m_tree_Load ( object sender, |
protected CreateDropDownBox ( ) : IDropDownBox | ||
return | IDropDownBox |
public SetComboText ( |
||
node | ||
return | void |