Control..::..GetControl Method

Returns the first control matching the given name. This method searches all siblings.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Control GetControl(
	string name
)
Public Function GetControl ( _
	name As String _
) As Control
public:
Control^ GetControl(
	String^ name
)

Parameters

name
Type: String
Name of the control to find

Return Value

Matching control