Heureka API .NET Documentation
GetControlTable(Type) Method



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

Parameters

t
Type

Return Value

Object, or null if type not is found. If
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
Overload List

Send Feedback