Question
buttonSetIcon to null (how to delete icon)
Dear friends,
Now if I want to hide the button' icon I use this method:
someButton.buttonPosition = position.textOnly
But this method only hides the icon - the icon remains "in memory" and immediately re-appears if I use buttonPosition = position.iconOnly.
I want to delete the icon completely - could you please help me with proper method (without blank buttons).
Thanks a lot!
