FRAMEOPTIONS_FLAGS enumeration

Defines a set of flags used with the ITargetFrame2::GetFrameOptions and ITargetFrame2::SetFrameOptions methods.

Syntax

typedef enum  { 
  FRAMEOPTIONS_SCROLL_YES   = 0x00000001,
  FRAMEOPTIONS_SCROLL_NO    = 0x00000002,
  FRAMEOPTIONS_SCROLL_AUTO  = 0x00000004,
  FRAMEOPTIONS_NORESIZE     = 0x00000008,
  FRAMEOPTIONS_NO3BORDER    = 0x00000010,
  FRAMEOPTIONS_DESKTOP      = 0x00000020,
  FRAMEOPTIONS_BROWSERBAND  = 0x00000040
} FRAMEOPTIONS_FLAGS;

Constants

  • FRAMEOPTIONS_SCROLL_YES
    Enables scrolling.

  • FRAMEOPTIONS_SCROLL_NO
    Does not enable scrolling.

  • FRAMEOPTIONS_SCROLL_AUTO
    Enables autoscrolling.

  • FRAMEOPTIONS_NORESIZE
    Does not enable resizing.

  • FRAMEOPTIONS_NO3BORDER
    Does not support 3-D borders.

  • FRAMEOPTIONS_DESKTOP
    Not supported.

  • FRAMEOPTIONS_BROWSERBAND
    Not supported.

Remarks

You can choose one or more of these flags to specify options for a frame; however, the three scrolling options are mutually exclusive.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Htiframe.h

IDL

Htiframe.idl