CSMessageButton QML Type

Displays a push button. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

CSControl

Properties

Detailed Description

The Message Button sets the CSData value when the button is pressed or released.

Property Documentation

font : font

The text font.


fontSizeMode : enumeration

This property specifies how the font size of the displayed text is determined.

See also fontSizeMode.


pressMessage : string

This property holds the value to set to the CSData object when button is pressed.

This value should be commensurate with the type of the process variable. (It is not wise to send a non-numeric string to a DOUBLE type data, for example.)


releaseMessage : string

This property holds the value to set to the CSData object when button is released

This value should be commensurate with the type of the data. (It is not wise to send a non-numeric string to a DOUBLE type process variable, for example.)


text : string

This property holds the text on message button