IPenInputPanel::get_Left method (peninputpanel.h)
Deprecated. The PenInputPanel has been replaced by the Text Input Panel (TIP).
Gets the horizontal, or x-axis, location of the left edge of the PenInputPanel object, in screen coordinates.
This property is read-only.
Syntax
HRESULT get_Left(
long *Left
);
Parameters
Left
Return value
None
Remarks
To explicitly override the automatic positioning behavior of the PenInputPanel object, use the Left and Top properties of the object to determine the current position of the pen input panel. If the pen input panel is located on a section of the screen that should be visible, use the MoveTo method to relocate the pen input panel.
You can also override the automatic positioning behavior of the PenInputPanel object by listening for the Left and Top parameters during a PanelMoving event. If the pen input panel is located on a section of the screen that should be visible, use the MoveTo method to relocate the pen input panel.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | peninputpanel.h |
Library | InkObj.dll |