Click or drag to resize

ViewSetAccessibleName Method

Sets text that is retrieved by accessibility tools to obtain the Name Property of this view.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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