Click or drag to resize
FormEngineUserControlGetInputControlID Method
Gets control ID of first inner control.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected string GetInputControlID(
	ControlCollection controls
)

Parameters

controls
Type: System.Web.UIControlCollection
Collection of inner controls to look for input control. If null then this.Controls collection is used

Return Value

Type: String
Returns ID of input control
See Also