Table of Contents

Class AIComboBoxSettings

Namespace
HP.LFT.SDK.AI
Assembly
HP.LFT.SDK.dll

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

uint

ScrollDirection

The scrolling direction in the ComboBox's drop-down list. Possible values: "down", "up".

public ComboBoxScrollDirection ScrollDirection { get; set; }

Property Value

ComboBoxScrollDirection

TicksPerScroll

Number of mouse-wheel ticks each scroll advances. Default: 1

public uint TicksPerScroll { get; set; }

Property Value

uint