TActiveImageButton Samples

A click image button showing the click location: Text="hello world" OnClick="buttonClicked" />
A callback image button: Text="hello world" OnCallback="buttonClicked" ActiveControl.CallbackParameter="value" />
An image button causing validation: Text="hello world" ValidationGroup="Group" />