RibbonButton.IsInQuickAccessToolBar Property
Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property IsInQuickAccessToolBar As Boolean
public bool IsInQuickAccessToolBar { get; internal set; }
public:
property bool IsInQuickAccessToolBar {
bool get ();
internal: void set (bool value);
}
member IsInQuickAccessToolBar : bool with get, internal set
function get IsInQuickAccessToolBar () : boolean
internal function set IsInQuickAccessToolBar (value : boolean)
Property Value
Type: System.Boolean
true if the control is hosted in the Quick Access Toolbar; otherwise, false.
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.