CWButtonStyles Enumeration

From Measurement Studio User Interface

CWButtonStyles Enumeration

CWButtonStyles are the constants for the Style parameter of the CWButton.SetBuiltinStyle method.

You can use the following constants with this data type:

  • cwButtonStyle3DBitmap–3D custom bitmap button style.
  • cwButtonStyle3DCommandOk–3D command button style.
  • cwButtonStyle3DHRocker–3D horizontal rocker style.
  • cwButtonStyle3DHSlideSwitch–3D horizontal slide switch style.
  • cwButtonStyle3DHToggle–3D horizontal toggle style.
  • cwButtonStyle3DPushButton–3D push button style.
  • cwButtonStyle3DRoundLED–3D round LED style.
  • cwButtonStyle3DSquareLED–3D square LED style.
  • cwButtonStyle3DToggleOnOff–3D On/Off toggle style.
  • cwButtonStyle3DVRocker–3D vertical rocker style.
  • cwButtonStyle3DVSlideSwitch–3D vertical slide switch style.
  • cwButtonStyle3DVToggle–3D vertical toggle style.
  • cwButtonStyleBitmap–Classic custom bitmap button style.
  • cwButtonStyleCommandOk–Classic command button style.
  • cwButtonStyleH3dSlide–3D horizontal slide style.
  • cwButtonStyleHSlide–Classic horizontal slide style.
  • cwButtonStyleHToggle–Classic horizontal toggle style.
  • cwButtonStyleRoundLED–Classic round LED style.
  • cwButtonStyleRoundPushButton–Classic round push button style.
  • cwButtonStyleRoundStarLED–Classic round star LED style.
  • cwButtonStyleSquareLED–Classic square LED style.
  • cwButtonStyleSquarePushButton–Classic square push button style.
  • cwButtonStyleSquareStarLED–Classic square star LED style.
  • cwButtonStyleToggleOnOff–Classic On/Off toggle style.
  • cwButtonStyleV3dSlide–3D vertical slide style.
  • cwButtonStyleVSlide–Classic vertical slide style.
  • cwButtonStyleVToggle–Vertical toggle style.

See Also

CWButton.SetBuiltinStyle