BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
//To set the Default appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Default; //To set the Metro style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Metro; //To set the Office2003 style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2003; //To set the Office2007 style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2007; //To set the Office2007Outlook style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2007Outlook; //To set the Office2010 style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.Office2010; //To set the OfficeXP style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.OfficeXP; //To set the VS2005 style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.VS2005; //To set the VS2010 style appearance this.comboBoxAdv1.Style = Syncfusion.Windows.Forms.VisualStyle.VS2010; |
// To show the Popup control for specified location. this.popupControlContainer1.ShowPopup(new Point(Cursor.Position.X - this.popupControlContainer1.Width / 2, Cursor.Position.Y - this.popupControlContainer1.Height - 2)); |
Regards,
Saravanan T