यह भी windows operating
system मे use होने वाला most important कंट्रोल है जो कि
किसी work को perform करने के लिए use किया जाता है। इसकी
मुख्य event click होती है। button के click event के लिए लिखे गए codes, button मे click करने पर execute होते हैं और define किए गए work को perform करते हैं।
Properties: सभी common
properties इसमे apply होती हैं।
Methods: सभी common methods, clear
() को छोड़कर इसमे apply होती हैं। performClick () इसकी important method
है जो कि coding के द्वारा button पर click करने के लिए use की जाती है।
Button1.PerformClick
()
Events: सभी common events इसमे apply होती हैं। click button कि सबसे important event है।
Private Sub Button1_Click (ByVal sender As
System.Object, ByVal
e As System.EventArgs)
Handles Button1.Click
MsgBox ("Button
Click")
End Sub
No comments:
Post a Comment