RibbonGroupViewModel Class
Represents a view model for a group within a ribbon tab.
public class RibbonGroupViewModel : BarKeyedObjectViewModelBase, IHasKey
- Inheritance:
- object ObservableObjectBase BarKeyedObjectViewModelBase object
- Implements:
- IHasKey
Constructors
RibbonGroupViewModel()
Initializes a new instance of the class.
public RibbonGroupViewModel()
RibbonGroupViewModel(string?)
Initializes a new instance of the class with the specified key. The label and collapsed button key tip text are auto-generated.
public RibbonGroupViewModel(string? key)
Parameter | Type | Description |
---|---|---|
key | string | A string that uniquely identifies the control. |
RibbonGroupViewModel(string?, string?)
Initializes a new instance of the class with the specified key and label. The collapsed button key tip text is auto-generated.
public RibbonGroupViewModel(string? key, string? label)
Parameter | Type | Description |
---|---|---|
key | string | A string that uniquely identifies the control. |
label | string | The text label to display, which is auto-generated from the |
RibbonGroupViewModel(string?, string?, string?)
Initializes a new instance of the class with the specified key, label, and key tip text.
public RibbonGroupViewModel(string? key, string? label, string? collapsedButtonKeyTipText)
Parameter | Type | Description |
---|---|---|
key | string | A string that uniquely identifies the control. |
label | string | The text label to display, which is auto-generated from the |
collapsedButtonKeyTipText | string | The collapsed button key tip text, which is auto-generated from the |
Properties
CanAutoCollapse
Indicates whether the group can auto-collapse.
CanCloneToRibbonQuickAccessToolBar
Indicates whether the control can be cloned to the ribbon quick-access toolbar.
public bool CanCloneToRibbonQuickAccessToolBar { get; set; }
Property Value
- bool:
The default value is
true
.
ChildOverflowTarget
A RibbonGroupChildOverflowTarget indicating where items overflow when in a Simplified layout mode.
public RibbonGroupChildOverflowTarget ChildOverflowTarget { get; set; }
Property Value
- RibbonGroupChildOverflowTarget:
The default value is Tab.
CollapsedButtonDescription
The text description to display in screen tips for the group when it is rendered as a collapsed button.
CollapsedButtonKeyTipText
The key tip text used to access the group when it is rendered as a collapsed button.
IsVisible
Indicates whether the control is currently visible.
Items
The collection of items in the control.
Label
The text label to display.
LargeIcon
The object representing a large icon, generally 32x32
size.
LauncherButton
A RibbonGroupLauncherButtonViewModel for the optional launcher button.
public RibbonGroupLauncherButtonViewModel? LauncherButton { get; set; }
Property Value
SmallIcon
The object representing a small icon, generally 16x16
size.
Title
The string title, which can override the Label when displayed in screen tips and customization UI.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- BarKeyedObjectViewModelBase.Key
- ObservableObjectBase.OnPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.OnPropertyChanging(string)
- ObservableObjectBase.OnPropertyChanging(PropertyChangingEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- ObservableObjectBase.PropertyChanging
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()