Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostScreen Class > Methods

getScreenAttrAt

Scroll Prev Top Next More

Return a ScreenAttr structure.

 

ScreenAttr HostScreen.getScreenAttrAt(int offset);

 

HostScreen

 Required. HostScreen object.

 

Offset

 Required. The offset position on the host screen

 

This method works like the getScreenAttr method except that there is no searching for a leading attribute and if the character at the offset specified is not an attribute, the ScreenAttr structure will contain flags indicating that.

 

This method was implemented to facilitate screen field audits.