Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static bool IsForm(
	string tagname
)
Visual Basic
Public Shared Function IsForm ( _
	tagname As String _
) As Boolean
Visual C++
public:
static bool IsForm(
	String^ tagname
)

Parameters

tagname
Type: System..::..String

See Also