| FormEngineUserControlGetInputControlID Method | 
            Gets control ID of first inner control.
            
 
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
 Syntax
Syntaxprotected 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: 
StringReturns ID of input control
 See Also
See Also