ViewSetAccessibleName Method |
Sets text that is retrieved by accessibility tools to obtain the Name Property of this view.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int SetAccessibleName(
string name,
bool throwOnError = true
)
Parameters
- name
- Type: SystemString
A string containing the name. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.
Return Value
Type:
Int32
An error code or 0.
See Also