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




In This Topic
    RegisterCustomController Method (ImGearARTFormsMarkController)
    In This Topic
    Registers a controller for a custom mark type.
    Syntax
    'Declaration
     
    Public Shared Sub RegisterCustomController( _
       ByVal userType As String, _
       ByVal controller As ImGearARTFormsMarkController _
    ) 
    'Usage
     
    Dim userType As String
    Dim controller As ImGearARTFormsMarkController
     
    ImGearARTFormsMarkController.RegisterCustomController(userType, controller)
    public static void RegisterCustomController( 
       string userType,
       ImGearARTFormsMarkController controller
    )
    public: static void RegisterCustomController( 
       string* userType,
       ImGearARTFormsMarkController* controller
    ) 
    public:
    static void RegisterCustomController( 
       String^ userType,
       ImGearARTFormsMarkController^ controller
    ) 

    Parameters

    userType
    String representing the type of the custom mark.
    controller
    MarkAnnotatorController object.
    See Also