Heureka API .NET Documentation
ControlCategory Constructor



Project ControlCategory belongs to.
True if the category is the default category
Type of category
Initializes a new instance of the ControlCategory class.
Syntax
'Declaration
 
Public Function New( _
   ByVal project As IProject, _
   ByVal defaultCategory As Boolean, _
   ByVal categoryType As ControlCategoryType _
)
'Usage
 
Dim project As IProject
Dim defaultCategory As Boolean
Dim categoryType As ControlCategoryType
 
Dim instance As New ControlCategory(project, defaultCategory, categoryType)
public ControlCategory( 
   IProject project,
   bool defaultCategory,
   ControlCategoryType categoryType
)
public:
ControlCategory( 
   IProject^ project,
   bool defaultCategory,
   ControlCategoryType categoryType
)

Parameters

project
Project ControlCategory belongs to.
defaultCategory
True if the category is the default category
categoryType
Type of category
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