ShowFrameContents()

Shows the contents of the specified frame.

Token ID

BFTKN_SHOW_FRAME_CONTENTS or 1074

Syntax

ANY ShowFrameContents(ENUM WhichFrame;
                          BOOLEAN State)

Parameters

WhichFrame As ENUM

Indicates which frame should have its contents shown or hidden. Enumerated values:

  • 1 FolderList
  • 2 MessageList
  • 3 Calendar
  • 4 QuickViewer
State As BOOLEAN

Indicates whether to show the frame contents:

  • TRUE Show frame contents
  • FALSE Hide frame contents

Return Values

ANY