Heureka API .NET Documentation
LoadControlCategoryFromFile Method



Path to a control category saved from within Heureka
Loads a control category from file and returns it.
Syntax
'Declaration
 
Public Shared Function LoadControlCategoryFromFile( _
   ByVal pathToControlCategory As String _
) As IControlCategory
'Usage
 
Dim pathToControlCategory As String
Dim value As IControlCategory
 
value = ApiControlTableManager.LoadControlCategoryFromFile(pathToControlCategory)
public static IControlCategory LoadControlCategoryFromFile( 
   string pathToControlCategory
)
public:
static IControlCategory^ LoadControlCategoryFromFile( 
   String^ pathToControlCategory
) 

Parameters

pathToControlCategory
Path to a control category saved from within Heureka

Return Value

Control
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

ApiControlTableManager Class
ApiControlTableManager Members

Send Feedback