https://bugzilla.novell.com/show_bug.cgi?id=428113


           Summary: StatusBarPanel.Icon and StatusBarPanel.ToolTipText don't
                    work
           Product: Mono: Class Libraries
           Version: 2.0
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Beta-Customer


Description of Problem:

The properties "Icon" and "ToolTipText" of the StatusBarPanel class have no
effect currently.

Steps to reproduce the problem:
1. Create a winform with a StatusBar, that has one StatusBarPanel
2. Assign an icon and a toop tip text to the StatusBarPanel

Actual Results:

Nothing happens. At the moment one can only display an icon in the panel by
setting the StatusBarPanel.Style property to StatusBarPanelStyle.OwnerDraw and
draw the icon directly. For the tool tip there is no good workaround, since a
StatusBarPanel cannot be used with the ToolTip.SetToolTip() function.

Expected Results:

As with the MS framework, the icon should appear in the panel and the tool tip
text should work fine.

How often does this happen? 

Always.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to