|
|
|
SftButton.ButtonStyle Property |
Defines the button style.
Syntax
VB.NET |
Style = object.ButtonStyle As SftButtonStyleConstants |
||
VB |
Style = object.ButtonStyle As SftButtonStyleConstants |
||
C#.NET |
SftButtonStyleConstants Style = object.ButtonStyle; |
||
VC++ |
enum SftButtonStyleConstants Style = object->ButtonStyle;
|
||
C |
HRESULT object->get_ButtonStyle(enum SftButtonStyleConstants* Style); |
||
Delphi |
Style := object.ButtonStyle : TOleEnum; |
||
VB.NET |
object.ButtonStyle = Style As SftButtonStyleConstants |
||
VB |
object.ButtonStyle = Style As SftButtonStyleConstants |
||
C#.NET |
SftButtonStyleConstants object.ButtonStyle = Style; |
||
VC++ |
enum SftButtonStyleConstants object->ButtonStyle = Style;
|
||
C |
HRESULT object->put_ButtonStyle(enum SftButtonStyleConstants Style); |
||
Delphi |
object.ButtonStyle := Style : TOleEnum; |
object
A SftButton object.
Style
Defines the button style.
Name |
Value |
Description |
0 |
Button |
|
1 |
Button with drop down button |
|
2 |
No Button Background - Only the graphics and text components are displayed. The control area is transparent (except at design time) and only the graphics and text components are rendered transparently on the containing window's background. |
Comments
The ButtonStyle property defines the button style.