> ## 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.

# IFieldRegionControl

> IFieldRegionControl は、FlexiCapture の Image ウィンドウ内にあるドキュメントの field Region を表します。表示/非表示を切り替えたり、親・子・兄弟の Region に移動したりできます。

<div id="what-it-does">
  ## 何を行うか
</div>

文書内のfieldのRegionを表します。

<Warning>
  このオブジェクトは、分散検証の対象ではないfieldに対して **null** を返します。
</Warning>

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

| **名前**       | **型**                                                                   | **アクセス**  | **説明**                           |
| ------------ | ----------------------------------------------------------------------- | --------- | -------------------------------- |
| DeviceRect   | [IShellRect](/ja/flexi-capture/appendix/scripts-shell/i-shell-rect)     | 読み取り専用    | ウィンドウの矩形領域                       |
| FieldControl | [IFieldControl](/ja/flexi-capture/appendix/scripts-shell/ifieldcontrol) | 読み取り専用    | このRegionに関連付けられた文書 field のコントロール |
| FieldRegion  | [IFieldRegion](/ja/flexi-capture/appendix/scripts/ifieldregion)         | 読み取り専用    | 文書 field のRegion                 |
| First        | IFieldRegionControl                                                     | 読み取り専用    | 最初の子Region                       |
| Last         | IFieldRegionControl                                                     | 読み取り専用    | 最後の子Region                       |
| Next         | IFieldRegionControl                                                     | 読み取り専用    | 次のRegion                         |
| Page         | [IPageControl](/ja/flexi-capture/appendix/scripts-shell/ipagecontrol)   | 読み取り専用    | このRegionを含むページ                   |
| Parent       | IFieldRegionControl                                                     | 読み取り専用    | 親Region                          |
| Prev         | IFieldRegionControl                                                     | 読み取り専用    | 前のRegion                         |
| Visible      | bool                                                                    | 読み取り/書き込み | Regionを表示するかどうかを指定します            |
| Window       | [IImageWindow](/ja/flexi-capture/appendix/scripts-shell/iimagewindow)   | 読み取り専用    | Image ウィンドウ                      |
