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

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