ITextRange::ChangeCase method (tom.h)
Changes the case of letters in this range according to the Type parameter.
Syntax
HRESULT ChangeCase(
[in] long Type
);
Parameters
[in] Type
Type: long
Type of case change. The default value is tomLower.
Return value
Type: HRESULT
This method returns an HRESULT value. If successful, it returns S_OK. Otherwise, it returns S_FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |
DLL | Msftedit.dll |
See also
Conceptual
Reference