summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/ImageButton.page
blob: b4a8de93fc362403932e0df90acf84bdc1f2167a (plain)
1
2
3
4
5
6
7
8
9
10
11
<com:TContent ID="body" >

<h1>TImageButton</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TImageButton" />

<p>
<tt>TImageButton</tt> is also similar to <tt>TButton</tt>, except that <tt>TImageButton</tt> displays the button as an image. The image is specified via <tt>ImageUrl</tt>, and the alternate text is specified by <tt>Text</tt>. In addition, it is possible to obtain the coordinate of the point where the image is clicked. The coordinate information is contained in the event parameter of the <tt>Click</tt> event (not <tt>Command</tt>).
</p>
<com:RunBar PagePath="Controls.Samples.TImageButton.Home" />

</com:TContent>