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

# ツールバー オブジェクトの DeleteAll メソッド

> Windows 上の ABBYY FineReader Engine Visual Components におけるツールバー オブジェクトの DeleteAll メソッド — このメソッドは、ツールバーからすべての要素を削除します。

このメソッドは、ツールバーからすべての要素を削除します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT DeleteAll();
```

### C\#

```csharp theme={null}
void DeleteAll();
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Sub DeleteAll()
```

<div id="return-values">
  ## 戻り値
</div>

このメソッドに固有の戻り値はありません。[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)を返します。

<div id="see-also">
  ## 関連項目
</div>

[ツールバー](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/toolbar)
