BalloonWindow.AnchorPointFromControl Method
Creates an anchor point from a control.
[Visual Basic]Public Shared Function AnchorPointFromControl( _
ByVal
anchorControl As
Control _
) As
Point [C#]public static
Point AnchorPointFromControl(
Control anchorControl);
Parameters
- anchorControl
- The control whose location to use.
Return Value
A Point.
See Also
BalloonWindow Class | NETXP.Controls Namespace