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

In This Topic
    Name Property (ToolBarButton)
    In This Topic
    Gets or sets the name of the ToolBarButton.
    Syntax
    'Declaration
     
    Public Overridable Property Name As String
    public virtual string Name {get; set;}
    See Also