Heureka API .NET Documentation
GetControlTable Method (IControlCategory)



Type
Gets the control table of a given type
Syntax
'Declaration
 
Function GetControlTable( _
   ByVal t As Type _
) As Object
'Usage
 
Dim instance As IControlCategory
Dim t As Type
Dim value As Object
 
value = instance.GetControlTable(t)
object GetControlTable( 
   Type t
)
Object^ GetControlTable( 
   Type^ t
) 

Parameters

t
Type

Return Value

Control table, or null if type not is found
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

IControlCategory Interface
IControlCategory Members

Send Feedback