summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/LinkButton.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/LinkButton.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/LinkButton.page11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/LinkButton.page b/demos/quickstart/protected/pages/Controls/LinkButton.page
new file mode 100644
index 00000000..eb22f9ce
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/LinkButton.page
@@ -0,0 +1,11 @@
+<com:TContent ID="body" >
+
+<h1>TLinkButton</h1>
+<com:DocLink ClassPath="System.Web.UI.WebControls.TLinkButton" />
+
+<p>
+<tt>TLinkButton</tt> is similar to <tt>TButton</tt> in every aspect except that <tt>TLinkButton</tt> is displayed as a hyperlink. The link text is determined by its <tt>Text</tt> property. If the <tt>Text</tt> property is empty, then the body content of the button is displayed (therefore, you can enclose a &lt;img&gt; tag within the button body and get an image button.
+</p>
+<com:RunBar PagePath="Controls.Samples.TLinkButton.Home" />
+
+</com:TContent> \ No newline at end of file