ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsMarkController Class / GetCustomController Method
String representing the type of the custom mark.




In This Topic
    GetCustomController Method (ImGearARTFormsMarkController)
    In This Topic
    Returns a registered custom mark annotator controller.
    Syntax
    '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.
    See Also