Skip to content

SystemButton Property

Description

Reference to the RibbonBarSystemButton used by the ribbon.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property SystemButton() As [RibbonBarSystemButton](XtremeCommandBars~RibbonBarSystemButton.md)

Remarks

Use this to access and change the properties of the ribbon's system button. This will appear as the bug round application button for 2007 styles and as a tab for 2010 styles.

  • The Style property controls how the system button will be displayed, 2007 or 2010 style.
  • 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).

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.