Vcl.CategoryButtons.TButtonDrawState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TButtonDrawState = set of (bdsSelected, bdsHot, bdsFocused, bdsDown, bdsDragged, bdsInsertLeft, bdsInsertTop, bdsInsertRight, bdsInsertBottom);

C++

typedef System::Set<Vcl_Categorybuttons__1, Vcl_Categorybuttons__1::bdsSelected, Vcl_Categorybuttons__1::bdsInsertBottom> TButtonDrawState;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons Vcl.CategoryButtons

Description

Values indicating the drawing state of buttons.

You can use the following parameters to set the drawing state of the buttons:



Parameter Description

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

Shows that an item can be inserted to the left of this item.

bdsInsertTop

Shows that an item can be inserted above this item.

bdsInsertRight

Shows that an item can be inserted to the right of this item.

bdsInsertBottom

Show that an item can be inserted below this item.