CategoryButtons.TCategoryButtons
Contents |
Delphi の情報
ファイル CategoryButtons.pas
TCategoryButtons = class(TCustomControl)
ユニット: CategoryButtons
種類: クラス
継承クラスのメンバ: CategoryButtons.TCategoryButtons のメンバ
クラスのプロパティ: CategoryButtons.TCategoryButtons のプロパティ
クラスのメソッド: CategoryButtons.TCategoryButtons のメソッド
クラスのコンストラクタとデストラクタ: CategoryButtons.TCategoryButtons のコンストラクタ
クラスのイベント: CategoryButtons.TCategoryButtons のイベント
C++ の情報
ファイル CategoryButtons.hpp
TCategoryButtons = class(TCustomControl)
ユニット: CategoryButtons
種類: クラス
継承クラスのメンバ: CategoryButtons.TCategoryButtons のメンバ
クラスのプロパティ: CategoryButtons.TCategoryButtons のプロパティ
クラスのメソッド: CategoryButtons.TCategoryButtons のメソッド
クラスのコンストラクタとデストラクタ: CategoryButtons.TCategoryButtons のコンストラクタ
クラスのイベント: CategoryButtons.TCategoryButtons のイベント
説明
分類したボタン グループを定義します。
TCategoryButtons を使用して、分類可能なボタン グループをツール パレットに作成します。ツールバーよりも柔軟性に富んでいます。
TCategoryButtons オブジェクトには、TButtonCategory オブジェクトを複数含めることができ、それぞれが同じカテゴリ内のボタン セットを表します。それぞれの TButtonCategory オブジェクトには、複数の TButtonItem を含めることができます。TButtonCategory オブジェクトと TButtonItem オブジェクトは、動的に並べ替えることができます。たとえば、ボタンは、あるカテゴリから別のカテゴリへとドラッグまたはコピーできます。カテゴリは、展開してすべてのボタンを表示したり、折りたたんでボタンを非表示にしたりできます。