DictUtilssetItem(String, CheckBox) Method
Add or replace a key/value pair
Namespace: MbcsUtilsAssembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
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