CompactProcessControlViewModel
A ViewModel that contains the information required to display a button in CompactProcessViewModel as part of the CompactProcessViewModel.primaryControlsViewModel or CompactProcessViewModel.secondaryControlsViewModel list of buttons.
The ViewModel also provides control over the button width, whether by wrapping the button content or having a fixed width assigned.
Parameters
The ViewModel that will be associated to the displayed button.
When true
, the minimum width of the button is locked to the dimension specified by the ttivi_processpanel_button_width
attribute. When false
, the minimum width is adapted to the button's contents.
The priority of the control. The higher the value, the more important. The importance determines the precedence in visibility. That is, when space is limited the more important controls are visible and less important controls are hidden. Default value is 0.