BCGControlBar Library for .NET
IsInstanceOfType(String,Boolean) Method




A name of the type to retrieve.
Specifies if it is necessary to retrieve base types of the specified type.
Indicates a value if the object to redraw has a specified type.
Syntax
'Declaration
 
Public Overloads Function IsInstanceOfType( _
   ByVal typeName As String, _
   ByVal immediate As Boolean _
) As Boolean
'Usage
 
Dim instance As VisualizationDefBase
Dim typeName As String
Dim immediate As Boolean
Dim value As Boolean
 
value = instance.IsInstanceOfType(typeName, immediate)
public bool IsInstanceOfType( 
   string typeName,
   bool immediate
)
public: bool IsInstanceOfType( 
   string* typeName,
   bool immediate
) 
public:
bool IsInstanceOfType( 
   String^ typeName,
   bool immediate
) 

Parameters

typeName
A name of the type to retrieve.
immediate
Specifies if it is necessary to retrieve base types of the specified type.

Return Value

True, if the object has a specified type. If the "immediate" parameter value is false, then if the object inherits the specified type, the returned value will be true. Otherwise, false
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

VisualizationDefBase Class
VisualizationDefBase Members
Overload List

Send Feedback