JAWS Scripts:
Added SayWindowTitle, SayStatusBar and SayCursorPosition.
JawsVS2010AddIn:
Project
Added reference to Microsoft.VisualBasic.dll to give access to Information namespace for use in GetWindowType function. This is because only the TypeName function returns the underlying type of an Object type.
Connect.cs
Added public methods GetWindowtitle, GetStatusBar and getCursorPosition. Added private function GetWindowType.
IJawsVS2010AddIn
Added interface methods for GetWindowTitle, GetStatusBar and GetCursorPosition.
↧