Style Property
Description
Gets/Sets the style of the control.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Style() As [XTPButtonStyle](XtremeCommandBars~Enumerations~XTPButtonStyle_EN.md)
Remarks
Set the style to xtpButtonCaption for Office 2010 style file "tab" button.
Set the style to xtpButtonAutomatic for Office 2007 style system button (big round button).
This allows you to specify how the control is displayed. You can choose from:
- Only displaying the control's icon
- Both icon and caption
- Only the caption
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.