ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ToolBar Class / Button Property




In This Topic
    Button Property (ToolBar)
    In This Topic
    Gets or sets a reference to the currectly selected Toolbar button.
    Syntax
    'Declaration
     
    Public Property Button As ImGearARTMarkType
    'Usage
     
    Dim instance As ToolBar
    Dim value As ImGearARTMarkType
     
    instance.Button = value
     
    value = instance.Button
    public ImGearARTMarkType Button {get; set;}
    public: __property ImGearARTMarkType get_Button();
    public: __property void set_Button( 
       ImGearARTMarkType value
    );
    public:
    property ImGearARTMarkType Button {
       ImGearARTMarkType get();
       void set (    ImGearARTMarkType value);
    }

    Property Value

    ImageGear.ART.ImGearARTMarkType enumeration value.
    See Also