With the current architecture of this component, the ColorDialogForm property is of type IRadColorDialog, hence you cannot access the ShowIcon property in it. The proper way to do that is by casting the ColorDialogForm property to RadColorDialogForm.