Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / Tag Property

In This Topic
    Tag Property (ToolBarButton)
    In This Topic
    Gets or sets the toolbar button custom data.
    Syntax
    'Declaration
     
    Public Overridable Property Tag As Object
    public virtual object Tag {get; set;}
    See Also