Version

StateButtonDisplayStyle Enumeration

Enumeration of display styles for a StateEditorButton
Syntax
'Declaration
 
Public Enum StateButtonDisplayStyle 
   Inherits System.Enum
public enum StateButtonDisplayStyle : System.Enum 
Members
MemberDescription
CheckBoxThe state button is displayed as a checkbox
CheckBoxTriStateThe state button is displayed as a three state checkbox
RadioButtonThe state button is displayed as a radio/option button.
StateButtonThe state button is displayed as a button that may be checked or unchecked.
StateButtonTriStateThe state button is displayed as a three state button.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also