ScreenUPG
SCREENATTR_PROTECTED Property



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