Heureka API .NET Documentation
ControlCategory Property (StateCalculatorBase)



Gets the control category passed to the constructor, or the default control category created automatically if no control category is supplied.
Syntax
'Declaration
 
Public ReadOnly Property ControlCategory As IControlCategory
'Usage
 
Dim instance As StateCalculatorBase
Dim value As IControlCategory
 
value = instance.ControlCategory
public IControlCategory ControlCategory {get;}
public:
property IControlCategory^ ControlCategory {
   IControlCategory^ get();
}

Property Value

The control 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

StateCalculatorBase Class
StateCalculatorBase Members

Send Feedback