Version

GetNextCheckState Method

Returns the next CheckState value for the specified checkState, based on whether the returned value can include the indeterminate state.
Syntax
'Declaration
 
Public Shared Function GetNextCheckState( _
   ByVal checkState As CheckState, _
   ByVal supportsIndeterminateState As Boolean _
) As CheckState
public static CheckState GetNextCheckState( 
   CheckState checkState,
   bool supportsIndeterminateState
)

Parameters

checkState
The CheckState constant on which to base the returned value.
supportsIndeterminateState
Boolean indicating whether the indeterminate state is supported.
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