PointToScreen Method (TabStrip)
In This Topic
Syntax
'Declaration
Public Function PointToScreen( _
ByVal As Point _
) As Point
'Usage
Dim instance As TabStrip
Dim point As Point
Dim value As Point
value = instance.PointToScreen(point)
public Point PointToScreen(
Point
)
Parameters
- point
See Also