Toolbar disabled button

How do I show the disabled button in the toolbar with different image. The toolbar properties accepts one image. and there is no img_dis property.

You may change button image before disabling this button:

$$("yourButtonId").define("image","some.gif");
$$("yourButtonId").refresh();