PropertiesWriterSetBoolean Method
Sets a boolean property by the given name and value.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void SetBoolean(
string name,
bool value
)
Public Sub SetBoolean (
name As String,
value As Boolean
)
public:
void SetBoolean(
String^ name,
bool value
)
member SetBoolean :
name : string *
value : bool -> unit
Parameters
- name String
- Name of the property to set.
- value Boolean
- Value of the property to set in Boolean type.