DictUtilsgetItem(String, CheckBox) Method
Retrieve a checkbox item by key
Namespace: MbcsUtilsAssembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
Public Sub getItem (
key As String,
ByRef itm As CheckBox
)
Dim instance As DictUtils
Dim key As String
Dim itm As CheckBox
instance.getItem(key, itm)
Parameters
- key String
- The key to retrieve
- itm CheckBox
- Checkbox to return