GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoControl Class
/ FindControl Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
FindControl Method
In This Topic
This returns the
Control
that exists for this object in the given
view
.
Syntax
C#
public
virtual
Control
FindControl(
GoView
view
)
Parameters
view
Return Value
a
Control
, or null if
GetControl
hasn't been called or if
CreateControl
returned null
See Also
Reference
GoControl Class
GoControl Members