|
AsyncTypeConstants |
Description |
|
vbAsyncTypePicture |
AsyncRead downloads to a Picture file |
|
vbAsyncTypeFile |
AsyncRead downloads to a File |
|
vbAsyncTypeByteArray |
AsyncRead downloads to a ByteArray |
Figure 3 AsyncProperty Parameter
|
Properties |
Type |
Description |
|
AsyncProperty.AsyncType |
AsyncTypeConstant |
Type of data from AsyncType argument |
|
AsyncProperty.PropertyName |
String |
String passed to AsyncRead to tag this AsyncProperty object |
|
AsyncProperty.Value |
Variant |
Default property. Returns the downloaded data |
Figure 4 Hyperlink Properties and Methods
|
Hyperlink Object |
Type |
Description |
|
CanGoBack |
Property |
True if you can go backward on the navigation stack |
|
CanGoForward |
Property |
True if you can go forward on the navigation stack |
|
GoBack |
Method |
Navigate backward on the navigation stack |
|
GoForward |
Method |
Navigate forward on the navigation stack |
|
NavigateTo |
Method |
Navigate to a URL and optionally a Location within the URL target |
Figure 6 Properties, Events, and Methods for ActiveX Documents
|
Item |
Type |
Description |
|
ScrollBars |
Property |
Returns/sets a value indicating whether an object has vertical or horizontal scroll bars. |
|
MinHeight, MinWidth |
Property |
The minimum width and height of the document viewport before scrollbars are needed and added. |
|
ViewportHeight, ViewportLeft, ViewportTop, ViewportWidth |
Property |
The current height, left, top, and width values of the viewport. The viewport is the current size of the ActiveX document in a container. |
|
SetViewport |
Method |
Set the viewport coordinates. |
|
Scroll |
Event |
Occurs when you reposition the scroll box on a control. |