Heureka API .NET Documentation
ContainsControlTable Method



Control Table to test
Get if a control table is contained within this control category
Syntax
'Declaration
 
Public Function ContainsControlTable( _
   ByVal o As Object _
) As Boolean
'Usage
 
Dim instance As ControlCategory
Dim o As Object
Dim value As Boolean
 
value = instance.ContainsControlTable(o)
public bool ContainsControlTable( 
   object o
)
public:
bool ContainsControlTable( 
   Object^ o
) 

Parameters

o
Control Table to test

Return Value

True if control table is contained within this 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

ControlCategory Class
ControlCategory Members

Send Feedback