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