ScreenUPG
FIELDTYPE_PROTECTED Property



Find protected fields in presentation space.
Syntax
'Declaration
 
Public ReadOnly Property FIELDTYPE_PROTECTED As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.FIELDTYPE_PROTECTED
public int FIELDTYPE_PROTECTED {get;}
public: 
property int FIELDTYPE_PROTECTED { 
   int get(); 
}
Remarks
Type of field to find in presentation space when using findField and findFieldEx and when couting fields in presentation space using fieldCount.
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
fieldCount Method
findField Method
findFieldEx Method
FIELDTYPE_UNPROTECTED Property
FIELDTYPE_ANY Property