Tuesday, November 4, 2008

How to make Label as button

Hi Guys Well every one Know how to use Hand Cursor in LinkButton and a Simple Button but if You want to make a Label or Text as Button than you can easily do that like add some click event on Click of that Label or TextField but by buttonMode true or by useHandCursor  property set to true  you can't get HandCursor Over a Label or TextField than at Last Use This Property as Well.


Label text='Searching' buttonMode='true' mouseChildren='false' useHandCursor='true'

By setting the mouseChildren property false you get handCursor Over a Label.

0 Comments:

Post a Comment