Sponsored Ad

Monday, September 28, 2009

C# Button

A button is a control, which is an alternate basic that enables users to acquaint with an application. The Button ascendancy is a ContentControl, which agency that a button can accommodate agreeable like text, images, or panels.

A button is a control, which is an alternate basic that enables users to acquaint with an application. The Button ascendancy is a ContentControl, which agency that a button can accommodate agreeable like text, images, or panels.

<Button Name="btn1" Background="Pink" BorderBrush="Black" BorderThickness="1" Click="OnClick1">
        ClickMe1</Button>
<Button Name="btn2" Background="LightBlue" BorderBrush="Black" BorderThickness="1" Click="OnClick2">
        ClickMe2</Button>
<Button Name="btn3" Click="OnClick3">Reset</Button>

0 comments:

Post a Comment

Sponsored Ad

Website Update

Followers