Class AIComboBoxSettings
Controls a combo box's AI-based Select operation, which can be updated during runtime using AIRunSettings.
Inherited Members
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class AIComboBoxSettings
Constructors
AIComboBoxSettings()
Declaration
public AIComboBoxSettings()
Properties
MaxScrollNumber
The maximum number of times to scroll in the ComboBox's drop-down list. Default: 10
Declaration
public uint MaxScrollNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
ScrollDirection
The scrolling direction in the ComboBox's drop-down list. Possible values: "down", "up".
Declaration
public ComboBoxScrollDirection ScrollDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| ComboBoxScrollDirection |
TicksPerScroll
Number of mouse-wheel ticks each scroll advances. Default: 1
Declaration
public uint TicksPerScroll { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |