Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Treasury (in Greatis.FormDesigner.Treasury.dll)

Syntax

Visual Basic (Declaration)
Protected Function ShowCode ( _
	component As Object, _
	e As EventDescriptor, _
	methodName As String _
) As Boolean
C#
protected bool ShowCode(
	Object component,
	EventDescriptor e,
	string methodName
)
Visual C++
protected:
bool ShowCode(
	Object^ component, 
	EventDescriptor^ e, 
	String^ methodName
)
JavaScript
function showCode(component, e, methodName);

See Also