Gets the Field prototype object.

 

   

Syntax
 

[C#]
JSValue GetFieldPrototype()
[Visual Basic]
Function GetFieldPrototype() As JSValue

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Field prototype object.

 

   

Notes
 

The method returns the Field prototype object, which you can use to define any missing property or method.

 

   

Example
 

See the JSOptions.SetUp event.