Hello,
I would like my application to show every tooltip when i click on a button.
i have a combobox, a button in my radmenuButtonItem and a radButton for example.
When i click on a button "Show ToolTip", I would like to show all the toolTips
And if i click once again on my button, it hide them all.
i try this, but it does not work:
could you help me
Thank you
Shirya
I would like my application to show every tooltip when i click on a button.
i have a combobox, a button in my radmenuButtonItem and a radButton for example.
When i click on a button "Show ToolTip", I would like to show all the toolTips
And if i click once again on my button, it hide them all.
i try this, but it does not work:
| Public Sub ShowToolTips() |
| radButton1.RootElement.ToolTipText = "radButton1 toolTip" |
| radButton1.RootElement.AutoToolTip = True |
| radMenuButtonItem1.ToolTipText = "radMenuButtonItem1 toolTip" |
| radMenuButtonItem1.AutoToolTip = True |
| radComboBox1.RootElement.AutoToolTip = True |
| radComboBox1.RootElement.ToolTipText = "radComboBox1 toolTip" |
| End Sub() |
could you help me
Thank you
Shirya