Others
Reference documentation for supplemental markup elements in the Windows Ribbon framework.
Topic | Contents |
---|---|
Application | Represents the top-level element in the Ribbon framework markup specification. |
Application.Commands | Represents a container for all the Commands that are defined by the application. |
Application.Views | Represents a container for each Ribbon framework View, specifically the Ribbon and the ContextPopup. |
ColumnBreak | Represents a vertical separator (visible or hidden) in custom SizeDefinition layout templates. |
ControlGroup | Represents a group of controls in a SizeDefinition layout template. |
ControlNameDefinition | Represents a name of a control in a custom SizeDefinition layout template. |
ControlNameMap | Represents a container for control names in a custom SizeDefinition layout template. |
ControlSizeDefinition | Represents the layout style of a group of controls in a custom template. |
FlowMenuLayout | Represents a horizontal layout with line breaks for items in a gallery. |
GroupSizeDefinition | Represents a layout size for a group of controls in a custom template. |
Row | Represents a row of controls in a custom SizeDefinition layout template. |
Scale | Represents the size and layout preference of a Group of controls through a {Group, SizeDefinition} pair. |
ScalingPolicy | Represents a container for scaling specifications. |
ScalingPolicy.IdealSizes | Represents a container of scaling specifications for the preferred SizeDefinition template, based on Ribbon size. |
SizeDefinition | Represents a custom layout template of Ribbon controls. |
VerticalMenuLayout | Represents a vertical layout for items in a gallery. |