ScreenUPG
SCREENATTR_ANY Property



Include text with any screen attribute.
Syntax
'Declaration
 
Public ReadOnly Property SCREENATTR_ANY As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.SCREENATTR_ANY
public int SCREENATTR_ANY {get;}
public: 
property int SCREENATTR_ANY { 
   int get(); 
}
Remarks
Used with getStringEx to return text with specified attribute.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
getStringEx Method
SCREENATTR_PROTECTED Property
SCREENATTR_UNPROTECTED Property
SCREENATTR_HIDDEN Property
SCREENATTR_VISIBLE Property