BCGControlBar Library for .NET
IsInstanceOfType(String) Method




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

Parameters

typeName
A name of the type to retrieve.
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