Determines whether the specified object is Microchart via the Reflection.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static bool IsMicrochart(
	Object o
)
Visual Basic
Public Shared Function IsMicrochart ( _
	o As Object _
) As Boolean
JScript
public static function IsMicrochart(
	o : Object
) : boolean

Parameters

o
Type: System..::..Object
The Object

Return Value

See Also