How is a read-only property created in a Windows form using Visual Basic project?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How is a read-only property created in a Windows form using Visual Basic project?
Rating:
In a Windows form, a read-only property is created by using the
Public ReadOnly Property SetMonth() As Integer
Get
Return month
End Get
End Property
Rating:
Was this information helpful?
Other articles
- How is an application installed from a Web server or a network file share?
- How to create an MDI parent form?
- What is the QueryPageSettings event?
- Note about the HScrollBar control
- What is the InstallerClass property of the Custom Actions editor?
