ShowExpandButtonAlways Property
Description
Gets/Sets whether the toolbar expand/customize chevron button is to be shown at the end of the toolbar(s).
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ShowExpandButtonAlways() As Boolean
Example
Removing the Customize Toolbar Button (Visual Basic)
This sample illustrates how to remove the customize toolbar button from the end of the toolbars.
' This will hide the customize toolbar button
CommandBars.Options.ShowExpandButtonAlways = False
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.