Click or drag to resize
SettingsGroupViewerControlGetValueTextBox Method
Gets TextBox control used for key value editing.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
protected TextBox GetValueTextBox(
	int groupNo,
	int keyNo,
	string text,
	bool enabled
)

Parameters

groupNo
Type: SystemInt32
Number representing index of the processing settings group
keyNo
Type: SystemInt32
Number representing index of the processing SettingsKeyInfo
text
Type: SystemString
Text
enabled
Type: SystemBoolean
Enabled

Return Value

Type: TextBox
See Also