Heureka API .NET Documentation
CategoryType Property



Gets or sets type of control category
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property CategoryType As ControlCategoryType
'Usage
 
Dim instance As ControlCategory
Dim value As ControlCategoryType
 
instance.CategoryType = value
 
value = instance.CategoryType
[Browsable(false)]
public ControlCategoryType CategoryType {get; set;}
[Browsable(false)]
public:
property ControlCategoryType CategoryType {
   ControlCategoryType get();
   void set (    ControlCategoryType value);
}
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