RibbonGroup Class
Applies to v2.
Represents a group on the ribbon.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonGroup
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class RibbonGroup _
Inherits RibbonItem _
Implements INotifyPropertyChanged
'Usage
Dim instance As RibbonGroup
public class RibbonGroup : RibbonItem,
INotifyPropertyChanged
public ref class RibbonGroup : public RibbonItem,
INotifyPropertyChanged
type RibbonGroup =
class
inherit RibbonItem
interface INotifyPropertyChanged
end
public class RibbonGroup extends RibbonItem implements INotifyPropertyChanged
The RibbonGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RibbonGroup(String, IEnumerable<RibbonItem>) | Initializes a new instance of the RibbonGroup class. | |
RibbonGroup(String, IEnumerable<RibbonItem>, ImageSource) | Initializes a new instance of the RibbonGroup class. |
Top
Properties
Name | Description | |
---|---|---|
Icon | Gets a 32x32 icon for the group. | |
IsVisible | Gets or sets a value indicating whether the group is visible. | |
Items | Gets a sequence of RibbonItem instances. | |
Label | Gets a label for the item. (Inherited from RibbonItem.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property changes value. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.