Vcl.CategoryButtons.TButtonDrawStateItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons Vcl.CategoryButtons

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.