TTMSFNCResponsiveManagerConstraintMode Enumeration
Determines which kind of threshold activates a responsive manager state.
API unit family: TMSFNCResponsiveManager
Members
| Name | Description |
|---|---|
cmSize |
The state activates when the monitored control matches a width and/or height threshold. |
cmString |
The state activates when the supplied string value matches the constraint's StringValue. |
cmBoolean |
The state activates when the supplied Boolean value matches the constraint's BooleanValue. |
cmNumber |
The state activates when the supplied numeric value matches the constraint's NumberValue. |