Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the position of the element.
Syntax
HRESULT retVal = object.GetPosition(lFlags, pptTopLeft);
Parameters
lFlags [in]
Type: LONGSpecifies the type of layout control that is a value from the BEHAVIOR_LAYOUT_MODE enumeration.
pptTopLeft [in, out]
Type: POINTA pointer to a POINT structure that specifies the upper-left corner of the layout rectangle.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.