Vcl.CategoryButtons.TButtonDrawStateItem

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TButtonDrawStateItem = (
bdsSelected,     // Item is selected and in the "down" state
bdsHot,          // Item has the mouse over it
bdsFocused,      // Item should show focus
bdsDown,         // Item is being pressed by the user
bdsDragged,      // The drag image for that button is being drawn
bdsInsertLeft,   // Show that an item can be inserted to the left of this item
bdsInsertTop,    // Show that an item can be inserted above this item
bdsInsertRight,  // Show that an item can be inserted to the right of this item
bdsInsertBottom  // Show that an item can be inserted below this item
);

C++

enum DECLSPEC_DENUM TButtonDrawStateItem : unsigned char { bdsSelected, bdsHot, bdsFocused, bdsDown, bdsDragged, bdsInsertLeft, bdsInsertTop, bdsInsertRight, bdsInsertBottom };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons Vcl.CategoryButtons

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。