[C#]
private void statusBar1_PanelClick(object sender,
System.Windows.Forms.StatusBarPanelClickEventArgs e)
{
switch (statusBar1.Panels.IndexOf(e.StatusBarPanel))
{
case 0 :
MessageBox.Show('You have clicked Panel One.');
break;
case 1 :
MessageBox.Show('You have clicked Panel Two.');
break;
}
}
//Place the following code in the form’s constructor to register the event handler.
this.statusBar1.PanelClick += new
System.Windows.Forms.StatusBarPanelClickEventHandler
(this.statusBar1_PanelClick);
WHY WE STAND OUT
- Blazor Competitive Upgrade
- Angular Competitive Upgrade
- JavaScript Competitive Upgrade
- React Competitive Upgrade
- Vue Competitive Upgrade
- Xamarin Competitive Upgrade
- WinForms Competitive Upgrade
- WPF Competitive Upgrade
- PDF Competitive Upgrade
- Word Competitive Upgrade
- Excel Competitive Upgrade
- PPT Competitive Upgrade
CONTACT US
- Fax: +1 919.573.0306
- US: +1 919.481.1974
- UK: +44 20 7084 6215
Toll Free (USA):
- 1-888-9DOTNET
- sales@syncfusion.com
Share with