ScreenUPG
SCREENATTR_HIDDEN Property



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