ControlItemCollectionFindChildByValueTControlItem Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic TControlItem FindChildByValue<TControlItem>(
string value,
bool ignoreCase
)
where TControlItem : Object
Public Function FindChildByValue(Of TControlItem As Object) (
value As String,
ignoreCase As Boolean
) As TControlItem
public:
generic<typename TControlItem>
where TControlItem : Object
TControlItem FindChildByValue(
String^ value,
bool ignoreCase
)
member FindChildByValue :
value : string *
ignoreCase : bool -> 'TControlItem when 'TControlItem : Object
Parameters
- value
- Type: SystemString
- ignoreCase
- Type: SystemBoolean
Type Parameters
- TControlItem
Return Value
Type:
TControlItem
See Also