any property that is flagged as read/write at Run Time
your options are
Read
Write
Read/Write
Design Time
Run Time
(any combination of the above)
a good example is the Timer Control, you could not find the current time of a timer control because that is ONLY available during run time.
you could however find the text property of a textbox at both run and design time
if you have a specific question about a control
click the control and hit f1
it should bring up the controls definition in msdn with a link the the Properties of that control
from there you will see the Read/Write and Run/Design time options
Main Topics
Browse All Topics





by: sirbountyPosted on 2004-02-25 at 09:36:59ID: 10452317
Greetings Ansia,
It depends on the language.
Is this something you're doing for homework/schoolwork?
~sirbounty