'Declaration Public Shared Function GetCustomController( _ ByVal userType As String _ ) As ImGearARTFormsMarkController
'Usage Dim userType As String Dim value As ImGearARTFormsMarkController value = ImGearARTFormsMarkController.GetCustomController(userType)
public static ImGearARTFormsMarkController GetCustomController( string userType )
public: static ImGearARTFormsMarkController* GetCustomController( string* userType )
public: static ImGearARTFormsMarkController^ GetCustomController( String^ userType )
Parameters
- userType
- String representing the type of the custom mark.
Return Value
Registered custom controller.