WebComboLayoutSet Properties
| Combo | Description A reference to the WebCombo object that contains the Layout. ValueType object (WebCombo) Default Value - |
| AlwaysShowResultBox | Description Specifies the top position adjustment for ResultBox object. ValueType boolean Default Value false |
| AlwaysShowHelpButton | Description Specifies whether the help button is displayed. ValueType boolean Default Value true |
| AlwaysShowSearchButton | Description Specifies whether the dropdown arrow button is displayed. ValueType boolean Default Value true |
| AlwaysShowColumnHeaders | Description Specifies whether the column headers is displayed when ComboMode is set to MultipleColumns. ValueType boolean Default Value true |
| ComboMode | Description Specifies the mode of the WebCombo control. ValueType string Default Value "SingleColumn" |
| SearchIconMode | Description Specifies the mode of search icon. ValueType string Default Value "Text" |
| StatusBoxPosition | Description Specifies the status box position. ValueType string Default Value "Top" |
| SearchImage | Description Specifies the image for search icon. ValueType string Default Value - |
| HelpImage | Description Specifies the image for Help. ValueType string Default Value "wc_help16.gif" |
| ItemHeight | Description Specifies the default item row height. ValueType string Default Value "20px" |
| ClientSideEvents | Description Represents ClientEvents object that hold list of client events ValueType object (WebComboClientEvents) Default Value - |
| AllowNavigationOnMouseWheel | Description Specifies whether navigation of records is allowed when moving the mouse wheel. ValueType boolean Default Value true |
| ColumnWidthDefault | Description Specifies the column width default. Only affected to MultipleColumns mode. ValueType string Default Value "100px" |
| TextSettings | Description Represents a TextSet object which contains text used in WebCombo control. ValueType object (TextSet) Default Value - |
| ScriptDirectory | Description Gets the WebCombo script directory path ValueType string Default Value "/CommonLibrary/WebCombo/V3_0_3000/" |
| ImagesDirectory | Description Gets the WebCombo's images directory path ValueType string Default Value "/CommonLibrary/Images/" |
| AdjustResultBoxTop | Description Specifies the top position adjustment for ResultBox object. ValueType integer Default Value 0 |
| AdjustResultBoxLeft | Description Specifies the left position adjustment for ResultBox object. ValueType integer Default Value 0 |
| AllowTextWrapping | Description Gets or sets whether overflow text will be wrapped to next line. If set to false, the overflow text will be truncated with ellipsis. ValueType boolean Default Value false |
| ResultBoxWidth | Description Gets or sets the width of the result box. Set this property to 0 for automatic width calculation. ValueType integer Default Value 0 |
| ResultBoxHeight | Description Gets or sets the height of the result box. ValueType integer Default Value 200 |
| StatusBoxVisible | Description Specifies whether the status box is visible. ValueType boolean Default Value true |
| AllowAddItem | Description Specifies whether item addition is allowed when input text doesn't match any list items. ValueType boolean Default Value false |
| TextBoxMode | Description Gets or sets the textbox mode of the control. ValueType string Default Value "Editable" |
| AlwaysShowAllRowsOnDropdown | Description Determines whether or not to display all rows when dropdown arrow is clicked. ValueType boolean Default Value false |
| BoundMode | Description Gets or sets the bound mode of WebCombo. ValueType string Default Value "AutoDetect" |
| EntryMode | Description Gets or sets the entry behavior of WebCombo. ValueType string Default Value "Default" |
| SearchButtonPosition | Description Gets or sets the location of the Search Button (Left or Right). ValueType string Default Value "Right" |
| FrameStyle | Description The style applied to the frame of the control. ValueType string Default Value - |
| TextBoxStyle | Description The style applied to the textbox control. ValueType string Default Value - |
| DropDownStyle | Description The style applied to the DropDown ValueType string Default Value - |
| RowStyle | Description The styles applied to row. ValueType string Default Value - |
| MoreButtonStyle | Description The style applied to more button. ValueType string Default Value - |
| ResultFrameStyle | Description The styles applied to result frame (the outer result box). ValueType string Default Value - |
| ResultBoxStyle | Description The sytle applied to result box (only the box that contain data) ValueType string Default Value - |
| StatusBoxStyle | Description The styles applied to status box. ValueType string Default Value - |
| HeaderStyle | Description The styles applied to columns header. ValueType string Default Value - |
| ColumnStyle | Description The styles applied to column. ValueType string Default Value - |
| SelectedRowStyle | Description The styles applied to selected row. ValueType string Default Value - |
| NoResultFoundAction | Description Specified the action when there is no matched result. ValueType string Default Value "RevertSelection" |