ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsToolbarButtonInfo Class / UserType Property




In This Topic
    UserType Property (ImGearARTFormsToolbarButtonInfo)
    In This Topic
    Gets or sets the mark's user type.
    Syntax
    'Declaration
     
    Public Property UserType As String
    'Usage
     
    Dim instance As ImGearARTFormsToolbarButtonInfo
    Dim value As String
     
    instance.UserType = value
     
    value = instance.UserType
    public string UserType {get; set;}
    public: __property string* get_UserType();
    public: __property void set_UserType( 
       string* value
    );
    public:
    property String^ UserType {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also