IOptionDescription::Heading property
Gets the heading for the spell checker option.
This property is read-only.
Syntax
HRESULT get_Heading(
[out, retval] LPWSTR *value
);
Property value
The heading for this option. The heading may be the empty string.
Error codes
| Name | Meaning |
|---|---|
|
Successful. |
Remarks
The heading can be used to group sets of options by placing the header on the first item of that group. This should be in the language of the spell checker or localized to the user's UI language.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also