User281315223 posted
Could you provide any more detail as to exactly what you are trying to accomplish here? If you are using some kind of custom DropDownList that inherits from the DropDownList class, it should still support the TabIndex property without any issues.
Even if you were using a pure HTML approach or generating some type of <select> element, you could still use the tabindex attribute.