IRichEditOle::ContextSensitiveHelp method (richole.h)
Indicates if a rich edit control should transition into or out of context-sensitive help mode. A rich edit control calls the IRichEditOle::ContextSensitiveHelp method of any in-place object which is currently active if a state change is occurring.
Syntax
HRESULT ContextSensitiveHelp(
BOOL fEnterMode
);
Parameters
fEnterMode
Type: BOOL
Indicator of whether the control is entering context-sensitive help mode (TRUE) or leaving it (FALSE).
Return value
Type: HRESULT
Returns S_OK on success, or a failure code otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | richole.h |
DLL | Msftedit.dll |