RibbonQuickAccessToolBar.CustomizeMenuButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a RibbonMenuButton that is used to show the Quick Access Toolbar customization menu.
public:
property System::Windows::Controls::Ribbon::RibbonMenuButton ^ CustomizeMenuButton { System::Windows::Controls::Ribbon::RibbonMenuButton ^ get(); void set(System::Windows::Controls::Ribbon::RibbonMenuButton ^ value); };
public System.Windows.Controls.Ribbon.RibbonMenuButton CustomizeMenuButton { get; set; }
member this.CustomizeMenuButton : System.Windows.Controls.Ribbon.RibbonMenuButton with get, set
Public Property CustomizeMenuButton As RibbonMenuButton
Property Value
A button that is used to show the Quick Access Toolbar customization menu.
Remarks
Dependency Property Information
Identifier field | CustomizeMenuButtonProperty |
Metadata properties set to true |
None |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.