|
|
|
Associated Browser Reference |
|
This section describes various application programming interfaces (APIs) that provide access to browser functionality in addition to the MSHTML, WebBrowser control, and hosting references.
|
|
ShellUIHelper TargetContainer
|
TargetFrame2 TargetNotify |
|
Interfaces |
|
|
|
|
|
LaunchConnectionDialog LaunchInternetControlPanel |
LaunchPrivacyDialog LaunchSecurityDialog
|
|
Enumerations |
|
FINDFRAME_FLAGS |
|
Defines a set of flags used with the ITargetFrame2::FindFrame method.
%FINDFRAME_NONE = 0 ' Searches for a frame without setting any conditions. %FINDFRAME_JUSTTESTEXISTENCE = 1 ' Searches for a frame and verifies that it exists. %FINDFRAME_INTERNAL = &H80000000 ' Searches for a frame internally.
|
|
FRAMEOPTIONS_FLAGS |
|
Defines a set of flags used with the ITargetFrame2::GetFrameOptions and ITargetFrame2::SetFrameOptions methods.
%FRAMEOPTIONS_SCROLL_YES =
&H00000001 Remarks
You can choose one or more of these flags to specify options for a frame; however, the three scrolling options are mutually exclusive.
|
Page last updated on Saturday, 07 January 2006 18:13:02 +0100