Property | Type | Description | |
---|---|---|---|
m_button | |||
m_comboTextBox | |||
m_dropDownBox | IDropDownBox | ||
m_fListWidthSet | bool |
Property | Type | Description | |
---|---|---|---|
ShowDropDownBox | void | ||
m_button_KeyDown | void | ||
m_button_MouseDown | void | ||
m_comboTextBox_KeyDown | void |
Method | Description | |
---|---|---|
AdjustForStyleSheet ( |
Assumes the control is part of a form and should use a stylesheet. This becomes the stylesheet of the text box. If, as a result, the preferred height of this becomes greater than its actual height, the height of this is adjusted to suit. In addition, if grower is not null (grower is typically a containing panel), the height of grower is increased by the same amount. Also, the height of the indicated form is increased, and any top level controls which need it are adjusted appropriately.
|
|
AdjustForStyleSheet ( |
Adjust, figuring the stylesheet based on the main window of the mediator.
|
|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
Form_VisibleChanged ( object sender, |
||
FwComboBoxBase ( ) : System |
Construct one.
|
|
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void |
|
|
RemoveTextBoxHighlight ( ) : void | ||
SelectAll ( ) : void |
Selects all of the text in the text box.
|
|
SetPadding ( ) : void | ||
SetTextBoxHighlight ( ) : void | ||
m_button_GotFocus ( object sender, |
||
m_button_LostFocus ( object sender, |
||
m_comboTextBox_GotFocus ( object sender, |
||
m_comboTextBox_LostFocus ( object sender, |
||
m_comboTextBox_MouseDown ( object sender, MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
CreateDropDownBox ( ) : IDropDownBox |
Creates the drop down box.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
HideDropDownBox ( ) : void |
Hides the drop down box.
|
|
OnEnabledChanged ( |
Raises the E:System.Windows.Forms.Control.EnabledChanged event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.Paint event.
|
|
RaiseDropDown ( ) : void |
Raises the drop down event.
|
|
Select ( bool directed, bool forward ) : void |
Activates a child control.
|
Method | Description | |
---|---|---|
ShowDropDownBox ( ) : void | ||
m_button_KeyDown ( object sender, |
||
m_button_MouseDown ( object sender, MouseEventArgs e ) : void | ||
m_comboTextBox_KeyDown ( object sender, |
public AdjustForStyleSheet ( |
||
parent | The parent. | |
grower | The grower. | |
stylesheet | IVwStylesheet | The stylesheet. |
return | void |
public AdjustForStyleSheet ( |
||
parent | ||
grower | ||
mediator | XCore | |
return | void |
protected abstract CreateDropDownBox ( ) : IDropDownBox | ||
return | IDropDownBox |
public Form_VisibleChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnEnabledChanged ( |
||
e | An |
|
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |
public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void | ||
hvo | int | |
tag | int | |
ivMin | int | |
cvIns | int | |
cvDel | int | |
return | void |
protected Select ( bool directed, bool forward ) : void | ||
directed | bool | true to specify the direction of the control to select; otherwise, false. |
forward | bool | true to move forward in the tab order; false to move backward in the tab order. |
return | void |
public m_button_GotFocus ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_button_LostFocus ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_comboTextBox_GotFocus ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_comboTextBox_LostFocus ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_comboTextBox_MouseDown ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
protected DropDownButton,SIL.FieldWorks.Common.Widgets m_button | ||
return |
protected ComboTextBox,SIL.FieldWorks.Common.Widgets m_comboTextBox | ||
return |