ControlBaseGetContainingSplit Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Search for the containing split of a control.
Namespace:
Telogis.UI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Split GetContainingSplit(
Control c
)
Public Shared Function GetContainingSplit (
c As Control
) As Split
Parameters
- c
- Type: System.Windows.FormsControl
The control to inspect.
Return Value
Type:
SplitThe split seat or null.
See Also