ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkController Class / GetCustomController Method
String representing the type of the custom mark.




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

    Parameters

    customTypeName
    String representing the type of the custom mark.

    Return Value

    Registered custom controller.
    See Also