accText Property


object = accText(wndID);

Will search for a child accessible object having the ROLE_SYSTEM_TEXT role.

Parameters

wndID
Optional. Either an integer as the zero-based index of the child with the specified role, or a string containing the child name. The string can be a regular expression. Default value is 0.

Remarks

Represents an editable text control, single or multiline. The accName property is the text in the static control which precedes this edit control. The value of the control (accValue) returns the text being edited, unless this is a password protected field.

See also

wnd Overview | MS Accessibility

 


© 2003 Lightweight Technologies. All rights reserved.