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>
Interview Questions: Implement Same Name Method of two Interfaces in a Class using C#
-
This is most famous question in OOPs programming. if you have two
interfaces and driving a class and these two interfaces have the same name
method then ...
0 comments:
Post a Comment