DictUtilsgetItem(String, CheckBox) Method

Retrieve a checkbox item by key

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
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

See Also