RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TCustomButton.TButtonStyle Enumeration
Pascal
TButtonStyle = (
  bsPushButton,
  bsCommandLink,
  bsSplitButton
);
C++
enum TButtonStyle {
  bsPushButton,
  bsCommandLink,
  bsSplitButton
};

TButtonStyle indicates a TButton's style, which is the value of its Style property. Following are the possible values of TButtonStyle:

Value 
Meaning 
bsPushButton  
The button is a standard push button.  
bsCommandLink  
Command Link style button. Display the text in CommandLinkHint as a hint below the button caption. Windows Vista only.  
bsSplitButton  
Make the button a Vista style split button, which has a drop down menu. Windows Vista only.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!