共用方式為


XPos (Standard 7 SP1)

7/8/2014

The XPos property of an instance of the IObjectInfo interface is a numeric expression that specifies, in twips, the horizontal distance of the left edge of the dialog box from the left edge of the screen. This measurement refers to the position of the dialog box before it is moved off-screen.

Syntax

HRESULT XPos(
    [out, retval] LONG* pVal
);

Parameters

  • pVal
    [out, retval] An Integer value, in twips, that specifies the horizontal distance of the left edge of the dialog box from the left edge of the screen.

Return Value

This function returns the following:

Return value

Description

ERROR_SUCCESS

The operation completed successfully.

Remarks

None

Requirements

OS Versions: Standard 7

Header:

Link Library: DialogFilterXmlFilter.tlb

See Also

Reference

ObjectInfo Class
CreateObjectInfo
YPos