CSMenu QML Type

Displays process variable's enumerate in drop-down menu. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

CSControl

Detailed Description

The Menu is used for ENUM data and is a means for picking the ENUM choices via a menu. Note that if the colorMode is alarm, the foreground color, not the background color, is set to the alarm colors. The background color should be choosen to contrast with all the alarm colors.

CSMenu {
    source: 'bo'
}