IRichEditOle::ContextSensitiveHelp
Tells a rich
edit control that it should transition into or out of context sensitive help
mode. A rich edit control calls the ContextSensitiveHelp method of any
in place object which is currently active if a state change is occuring.
HRESULT ContextSensitiveHelp(
BOOL fEnterMode |
|
); |
|
Parameters
fEnterMode
TRUE if
entering context sensitive help mode; otherwise, FALSE.
Return Values
Returns
success status. Can use GetScode
See Also