次の方法で共有


MaximizeWindow マクロ アクション

適用先: Access 2013、Office 2013

タブ付きドキュメントではなく重なり合うウィンドウを使用するように Access が構成されている場合は、 MaximizeWindow アクションを使用してアクティブ ウィンドウを拡大して、アクセス ウィンドウ全体を表示できます。 このアクションを使用すると、アクティブ ウィンドウ内でのオブジェクトの表示範囲を拡大できます。

注:

[!メモ] このアクションは、Visual Basic Editor のコード ウィンドウには適用できません。 コード ウィンドウへの影響の詳細については、WindowState プロパティのトピックを参照してください。

設定

"MaximizeWindow/ウィンドウの最大化" アクションには、引数はありません。

注釈

This action has the same effect as clicking the Maximize button in the window's upper-right corner or clicking Maximize on the window's Control menu.

You can use the RestoreWindow action to restore a maximized window to its previous size.

ヒント

  • You may need to use the SelectObject action if the window you want to maximize isn't the active window.
  • When you maximize a window in Access, all other windows are also maximized when you open them or switch to them. ただし、ポップアップ フォームは最大化されません。 If you want a form to maintain its size when other windows are maximized, set its PopUp property to Yes.

To run the MaximizeWindow action in a Visual Basic for Applications module, use the Maximize method of the DoCmd object.