Gets a child control by its name.
Namespace: Skewworks.NETMF.ControlsAssembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)
Syntax
C# |
---|
public virtual IControl GetChildByName( string name ) |
Parameters
- name
- Type: System..::..String
Name of the control
Return Value
Type: IControlReturns the control or null if not found.
Implements
IContainer..::..GetChildByName(String)
Remarks
The name is compared case sensitive.