ActionsPane.PointToClient Method

Computes the location of the specified screen point into client coordinates.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function PointToClient ( _
    p As Point _
) As Point
Point PointToClient(
    Point p
)

Parameters

Return Value

Type: System.Drawing.Point
A Point that represents the converted Point, p, in client coordinates.

Remarks

This method provides the same functionality as the Control.PointToClient method. For more information about using this method, see Control.PointToClient.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview