ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCustomDrawingController Class / GetCustomController Method
Name of the custom mark type.




In This Topic
    GetCustomController Method (ImGearARTCustomDrawingController)
    In This Topic
    Returns a registered custom mark controller.
    Syntax
    'Declaration
     
    Public Shared Function GetCustomController( _
       ByVal userType As String _
    ) As ImGearARTCustomDrawingController
    'Usage
     
    Dim userType As String
    Dim value As ImGearARTCustomDrawingController
     
    value = ImGearARTCustomDrawingController.GetCustomController(userType)
    public static ImGearARTCustomDrawingController GetCustomController( 
       string userType
    )
    public: static ImGearARTCustomDrawingController* GetCustomController( 
       string* userType
    ) 
    public:
    static ImGearARTCustomDrawingController^ GetCustomController( 
       String^ userType
    ) 

    Parameters

    userType
    Name of the custom mark type.

    Return Value

    Registered custom controller.
    Remarks
    userType is an unique name that identifies the type of custom mark. It is stored in ART page and should be the same for all applications that supports a given type of custom mark.
    See Also