User Tools

Site Tools


koda:en:documentation:control_combo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
koda:en:documentation:control_combo [2016/12/02 18:48]
c.haslam
koda:en:documentation:control_combo [2016/12/02 19:14] (current)
c.haslam
Line 4: Line 4:
 {|class="cboxtable" {|class="cboxtable"
 |- |-
-|class="cboxcell1"|{{  control_combo.gif  |}} +|class="cboxcell1"|{{  control_combo.gif  }}| 
-|class="cboxcell2"|**TACombo** +|class="cboxcell2"|**TACombo**|}
-|}+
  
 Creates a ComboBox control Creates a ComboBox control
  
-#remarks_header[Properties:]#+==== Properties: ====
 |**Color**|{{KODA>VAR>Color}} | |**Color**|{{KODA>VAR>Color}} |
 |**ContextMenu**|{{KODA>VAR>ContextMenu}} | |**ContextMenu**|{{KODA>VAR>ContextMenu}} |
Line 19: Line 18:
 |**Width,Height**|{{KODA>VAR>Width,Height}} | |**Width,Height**|{{KODA>VAR>Width,Height}} |
 |**Hint**|Text that appears when cursor hovers over control. Generates call to <color blue>GUICtrlSetTip</color>| |**Hint**|Text that appears when cursor hovers over control. Generates call to <color blue>GUICtrlSetTip</color>|
-|**ItemIndex**|Ordinal number of Item that shows initially. (The first item is 1)|+|**ItemIndex**|Ordinal number of Item that shows initially. (The first item is 1) |
 |**Items**|Double-click to open [[proped_strings_editor]]. Enter one item per line. Generates call to <color blue>GUICtrlSetData</color> which uses item separator specified in  Options->Options->Code Generator Formatting | |**Items**|Double-click to open [[proped_strings_editor]]. Enter one item per line. Generates call to <color blue>GUICtrlSetData</color> which uses item separator specified in  Options->Options->Code Generator Formatting |
 |**Name**|{{KODA>VAR>Name}} | |**Name**|{{KODA>VAR>Name}} |
Line 28: Line 27:
 |**Visible**|If False, generates <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color> | |**Visible**|If False, generates <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color> |
  
-#remarks_header[Styles:]#+==== Styles: ====
  
 A Combo control consists of an //input area// and a //list area//. A Combo control consists of an //input area// and a //list area//.
Line 48: Line 47:
 |WS_CLIPSIBLINGS|{{KODA>VAR>WS_CLIPSIBLINGS}} | |WS_CLIPSIBLINGS|{{KODA>VAR>WS_CLIPSIBLINGS}} |
  
-#remarks_header[Extra Styles:]#+==== Extra Styles: ====
  
 |WS_EX_CLIENTEDGE|{{KODA>VAR>WS_EX_CLIENTEDGE}}| |WS_EX_CLIENTEDGE|{{KODA>VAR>WS_EX_CLIENTEDGE}}|
 |WS_EX_STATICEDGE|{{KODA>VAR>WS_EX_STATICEDGE}} | |WS_EX_STATICEDGE|{{KODA>VAR>WS_EX_STATICEDGE}} |
  
-#remarks_header[Remarks:]#+==== Remarks: ====
  
 The Height property is the height of the //closed// Combobox. The Height property is the height of the //closed// Combobox.
  
-#remarks_header[Related:]#+==== Related: =====
  
 None None
koda/en/documentation/control_combo.1480693680.txt.gz · Last modified: 2016/12/02 18:48 by c.haslam