Style Property
Description
Gets or sets the style of the button.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Style() As [PushButtonStyle](XtremeCommandBars~Enumerations~PushButtonStyle_EN.md)
Remarks
This will set the style of the button. Using xtpButtonNormal will create a normal button.
The DropDown event is used so you can display a popup menu for the button.
If the Style is set to xtpButtonDropDown or xtpButtonDropDownRight, the DropDown event is fired when the button is clicked anywhere on the button.
If the Style is set to xtpButtonSplitDropDown, the DropDown event is only fired when the "arrow" part of the split button is clicked. The Click event will be fired when the "button" part of the split button is clicked.
See Also

Suite Pro Controls ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.