PropertiesWriterSetBoolean Method

Sets a boolean property by the given name and value.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void SetBoolean(
	string name,
	bool value
)

Parameters

name  String
Name of the property to set.
value  Boolean
Value of the property to set in Boolean type.

Exceptions

ArgumentExceptionThrows if the current instance of the PropertiesWriter is read-only.

See Also