How do I prevent the ink button from displaying in the UltraCombo in 2007.3? Since it doesn't derive from EditorButtonControlBase there is no ShowInkButtonProperty to be set. Thanks.
Um... the Ink buttons don't show up unless you place an InkProvider component on your form. So you can simply delete this component or set it's Visible property to false.
This begs the question, if you don't want Ink in your application, why did you put an InkProvider on the form? :)
OK, in the mean time do you know of any way we can disable InkProvider for our entire application? We really don't need the functionality.
This looks like an oversight. You should Submit an incident to Infragistics Developer Support and report this as a bug in the control.