Hello anyone...
I am trying to set the properties for an ultracombo, specifically the properties related to the nulltextvalue.
I can set these properties to an ultracomboeditor but on the ultracombo I can only see the NullText property. Is there any way I can set these properties, or does this object does not support the NullTextAppearance property group?
Any help would be appreciated.
If the property isn't there, then I assume it's not supported for that control.
What property are you looking for, exactly? You seem to have jumped around a bit on the name (nulltextvalue, NullTextAppearance).
If you just want an appearance, then you could use the ValueChanged event and apply an Appearance to the control based on the current value.