Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / DefaultToolBarButton Class / Image Property

In This Topic
    Image Property (DefaultToolBarButton)
    In This Topic
    Gets the bitmap of the button.
    Syntax
    'Declaration
     
    Public Overrides Property Image As Image
    public override Image Image {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when you try to set the Image property on default buttons.
    See Also