<Code Lib>
M

CurtainGrid.GetPanel

Description:
Get the specified panel located by the intersection of the grid lines.

public Panel GetPanel(
	ElementId uGridLineId,
	ElementId vGridLineId
)

Return Value nullNothingnullptr The panel, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if the panel cannot be found at this intersection.

Loading…