ImageGear .NET - Updated
RegisterCustomController Method (ImGearARTFormsMarkController)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkController Class : RegisterCustomController Method
String representing the type of the custom mark.
MarkAnnotatorController object.
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

Reference

ImGearARTFormsMarkController Class
ImGearARTFormsMarkController Members