Heureka API .NET Documentation
IsOldResultCategory Property



Gets if control category is a result control category (an classification implemented in earlier versions of the application). Available for reading of old projects and converting them to the new structure
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsOldResultCategory As Boolean
'Usage
 
Dim instance As ControlCategory
Dim value As Boolean
 
value = instance.IsOldResultCategory
[Browsable(false)]
public bool IsOldResultCategory {get;}
[Browsable(false)]
public:
property bool IsOldResultCategory {
   bool get();
}
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

ControlCategory Class
ControlCategory Members

Send Feedback