DataDrivenAdapterBase.FindControl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reports whether the named control is available for use.
public:
bool FindControl(System::String ^ controlName);
public bool FindControl (string controlName);
member this.FindControl : string -> bool
Public Function FindControl (controlName As String) As Boolean
Parameters
- controlName
- String
Specifies the name of the control.
Returns
true
if the control is available for use; otherwise, false
.