Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Tabbing does not happen Collapse All
Subject Author Date
Pronay Sharma Nov 17, 2008 - 3:01 AM

Hi,

I have 4 controls on the ribbon. I have set the TabStop property to true for all. And also set the TabIndex property. But it is not working.
Is there any other property I have set to make it work?
If you want I can send the sample code.

Thanks
Pronay

Pronay Sharma Nov 17, 2008 - 8:42 PM

How do I attach the files? I don’t find any option here..

Meanwhile, I am sending you the properties of a control which I set:

this. textBoxA = new Elegant.Ui.TextBox();

this.textBoxA.AcceptsReturn = true;
this. textBoxA.AcceptsTab = true;
this. textBoxA.BackColor = System.Drawing.SystemColors.Window;
this. textBoxA.Id = "536f9ead-f4cb-4319-a556-f78674c1299f";
this. textBoxA.KeyTip = "HN";
this. textBoxA.LabelText = "";
this. textBoxA.Location = new System.Drawing.Point(59, 0);
this. textBoxA.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this. textBoxA.MaxLength = 14;
this. textBoxA.Name = "textSearchTN";
this. textBoxA.Size = new System.Drawing.Size(106, 21);
this. textBoxA.TabIndex = 1;
this. textBoxA.TabStop = true;

Technical Support Nov 17, 2008 - 10:38 AM

Could you send a sample to us (support@prof-uis.com)? Thank you.