Click or drag to resize

PathSelectionListBoolToSelectionState Method

Returns a Checkstate for a given Boolean.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public static CheckState BoolToSelectionState(
	bool p_Value
)

Parameters

p_Value
Type: SystemBoolean
Boolean value.

Return Value

Type: CheckState
Checkstate.Checked if p_value is true. If not, Checkstate.Unchecked is returned.
See Also