ImageGear .NET v24.12 - Updated
UserType Property (ImGearARTFormsToolbarButtonInfo)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsToolbarButtonInfo Class : UserType Property
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

Reference

ImGearARTFormsToolbarButtonInfo Class
ImGearARTFormsToolbarButtonInfo Members