ScreenUPG
SCREENATTR_UNPROTECTED Property



Include text unprotected screen attribute.
Syntax
'Declaration
 
Public ReadOnly Property SCREENATTR_UNPROTECTED As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.SCREENATTR_UNPROTECTED
public int SCREENATTR_UNPROTECTED {get;}
public: 
property int SCREENATTR_UNPROTECTED { 
   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_ANY Property
SCREENATTR_PROTECTED Property
SCREENATTR_HIDDEN Property
SCREENATTR_VISIBLE Property