ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBar Class / UserType Field




In This Topic
    UserType Field
    In This Topic
    Custom mark type name.
    Syntax
    'Declaration
     
    Public UserType As String
    'Usage
     
    Dim instance As ImGearARTToolBar
    Dim value As String
     
    value = instance.UserType
     
    instance.UserType = value
    public string UserType
    public: string* UserType
    public:
    String^ UserType
    Remarks
    If the currently select button os one of the custom marks, it contains a custom mark type name, otherwise it's an empty string.
    See Also