> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IErrorsWindow

> IErrorsWindow を使用して FlexiCapture のエラー ウィンドウを管理します。アセンブリ エラー、フォーマット エラー、ルール エラーをフィルターし、ドッキングやサイズ比を設定して、特定のエラーにフォーカスできます。

<div id="what-it-does">
  ## 機能
</div>

エラーウィンドウを表すプロパティです。

<div id="properties">
  ## プロパティ
</div>

| **Name**                  | **型**                                                                       | **アクセス**  | **説明**                                                                                                                                         |
| ------------------------- | --------------------------------------------------------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Controls                  | [IErrorControls](/ja/flexi-capture/appendix/scripts-shell/ierrorcontrols)   | 読み取り専用    | コントロールのコレクション                                                                                                                                  |
| Docking                   | [TDockingType](/ja/flexi-capture/appendix/scripts-shell/tdockingtype)       | 読み取り/書き込み | 文書エディターでの [IFormWindow](/ja/flexi-capture/appendix/scripts-shell/iformwindow) に対する **IErrorsWindow** の位置。                                      |
| DocumentWindow            | [IDocumentEditor](/ja/flexi-capture/appendix/scripts-shell/idocumenteditor) | 読み取り専用    | 文書エディター                                                                                                                                        |
| FocusedControl            | [IErrorControl](/ja/flexi-capture/appendix/scripts-shell/ierrorcontrol)     | 読み取り/書き込み | 現在フォーカスされているエラー                                                                                                                                |
| Handle                    | int                                                                         | 読み取り専用    | ウィンドウのハンドル                                                                                                                                     |
| Ratio                     | [IShellRational](/ja/flexi-capture/appendix/scripts-shell/irational)        | 読み取り/書き込み | **IErrorsWindow** のサイズ (分子) と、[IFormWindow](/ja/flexi-capture/appendix/scripts-shell/iformwindow) および **IErrorsWindow** ウィンドウの合計サイズ (分母) との比率。 |
| ShowAssemblingErrors      | bool                                                                        | 読み取り/書き込み | アセンブリエラーを表示するかどうかを指定します                                                                                                                        |
| ShowFormatErrors          | bool                                                                        | 読み取り/書き込み | フォーマット エラーを表示するかどうかを指定します                                                                                                                      |
| ShowRuleErrors            | bool                                                                        | 読み取り/書き込み | ルールエラーを表示するかどうかを指定します                                                                                                                          |
| ShowUnmatchedRegionErrors | bool                                                                        | 読み取り/書き込み | 未一致の領域に関連するエラーを表示するかどうかを指定します                                                                                                                  |
