State about Properties and Methods of Objects?
In the aforementioned syntax Object represents available objects of VBa
Identifier indicates about any Property or Method
What is meant by PROPERTY
Property indicates about the character of an Object.
Property indicates about the appearance and other attributes of an Object.
Ex:Font, Border, Height, Address ...etc
Properties are analogous to Nouns.
a Property represents to
1)A numeric Value
2)Character/String
3)A True/False String
Object.Property
Object.Property=expression
Variable = Object.property
Property of value assinged to variable for further usage
What is meant by METHOD
Method represents to an Action which performs by object
Methods are analogous to verbs
Differentiate between Objects,Properties and Methods through code
Properties and Methods identification in drop down list