Gets and sets the blocking state of the control.
Syntax
[form].object.Blocking [= { True | False }
]
Remarks
The Blocking property determines how the control
establishes a dial-up connection. If set to True, the control will
wait until a connection has been established or the connection
attempt fails before returning control to the application. If set
to False, the control will begin the connection process and return
control immediately to the application. For a non-blocking
connection, the application should monitor the OnStatus
event to determine the progress of the connection attempt. The
default value for this property is False.
Data Type
Boolean
See Also
Connected Property, State Property, Connect Method, OnStatus Event
|