SetControlHint
IPDFDocument4 :: Annotations

See Also
Collapse All

This method sets an ASCII hint for a control.

Syntax

HRESULT SetControlHint (
BSTR hint,
charset
)
Parameters
hint
ASCII text string containing the hint

charset
Character set of the text string

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

This method sets the text string that can appear when the user moves the mouse over a control.

See Also

Reference