IOptionDescription::Labels property
Gets the label enumerator for the spell checker option.
This property is read-only.
Syntax
HRESULT get_Labels(
[out, retval] IEnumString **value
);
Property value
A list of the labels for the choices available for this option, returned as an IEnumString object.
Error codes
| Name | Meaning |
|---|---|
|
Successful. |
Remarks
When there is a single label, the valid values for this option are 0 (not chosen) and 1 (chosen). When there is more than one label, the first label is associated with the value 0, the second with 1, and so on, effectively forming an enumeration. The labels 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