RibbonQuickAccessToolBar.CustomizeMenuButton Property
Gets or sets a RibbonMenuButton that is used to show the Quick Access Toolbar customization menu.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property CustomizeMenuButton As RibbonMenuButton
public RibbonMenuButton CustomizeMenuButton { get; set; }
public:
property RibbonMenuButton^ CustomizeMenuButton {
RibbonMenuButton^ get ();
void set (RibbonMenuButton^ value);
}
member CustomizeMenuButton : RibbonMenuButton with get, set
function get CustomizeMenuButton () : RibbonMenuButton
function set CustomizeMenuButton (value : RibbonMenuButton)
Property Value
Type: Microsoft.Windows.Controls.Ribbon.RibbonMenuButton
A button that is used to show the Quick Access Toolbar customization menu.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.