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

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