RibbonCheckBox.QuickAccessToolBarControlSizeDefinition Property

Definition

Gets or sets the RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.

public:
 property System::Windows::Controls::Ribbon::RibbonControlSizeDefinition ^ QuickAccessToolBarControlSizeDefinition { System::Windows::Controls::Ribbon::RibbonControlSizeDefinition ^ get(); void set(System::Windows::Controls::Ribbon::RibbonControlSizeDefinition ^ value); };
public System.Windows.Controls.Ribbon.RibbonControlSizeDefinition QuickAccessToolBarControlSizeDefinition { get; set; }
member this.QuickAccessToolBarControlSizeDefinition : System.Windows.Controls.Ribbon.RibbonControlSizeDefinition with get, set
Public Property QuickAccessToolBarControlSizeDefinition As RibbonControlSizeDefinition

Property Value

The RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.

Remarks

A RibbonControlSizeDefinition contains properties that specify size and visibility information for the image and label associated with a control. This property specifies how the image and label will appear when this control is hosted in the Quick Access Toolbar.

Dependency Property Information

Identifier field QuickAccessToolBarControlSizeDefinitionProperty
Metadata properties set to true None

Applies to

See also