IDwoReadOnlyList<TDwo>.Exists(string name) Method
.NET Standard 2.x
Checks whether a control exists in the list.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
bool Exists(string name);
Parameters
name
System.String
The name of the control.
Return
System.Boolean
Returns a bool
indicating whether the control exists in the list.
Applies to
.NET Standard
2.x