DictUtilssetItem(String, CheckBox) Method

Add or replace a key/value pair

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Sub setItem ( 
	key As String,
	value As CheckBox
)

Dim instance As DictUtils
Dim key As String
Dim value As CheckBox

instance.setItem(key, value)

Parameters

key  String
Key to add or replace
value  CheckBox
The new (checkbox)value

See Also