SettingsGroupViewerControlGetValueCheckBox Method |
Gets CheckBox control used for key value editing.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected CMSCheckBox GetValueCheckBox(
int groupNo,
int keyNo,
bool checked,
bool enabled
)
Parameters
- groupNo
- Type: SystemInt32
Number representing index of the processing settings group - keyNo
- Type: SystemInt32
Number representing index of the processing SettingsKeyInfo - checked
- Type: SystemBoolean
Checked - enabled
- Type: SystemBoolean
Enabled
Return Value
Type:
CMSCheckBoxSee Also