Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Represents a category in a ribbon gallery.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.RibbonGalleryCategory
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class RibbonGalleryCategory _
Implements INotifyPropertyChanged
'Usage
Dim instance As RibbonGalleryCategory
public class RibbonGalleryCategory : INotifyPropertyChanged
public ref class RibbonGalleryCategory : INotifyPropertyChanged
type RibbonGalleryCategory =
class
interface INotifyPropertyChanged
end
public class RibbonGalleryCategory implements INotifyPropertyChanged
The RibbonGalleryCategory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
RibbonGalleryCategory | Initializes a new instance of the RibbonGalleryCategory class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ColumnCount | Gets or sets the number of columns to use for laying out items in the category. |
![]() |
Header | Gets the header text. |
![]() |
ItemContainerStyle | Gets or sets a style used for the containers of items in the category. |
![]() |
Items | Gets a sequence of items in the category. |
![]() |
ItemTemplate | Gets a DataTemplate used to display the items in the category. |
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 a 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.
.gif)
.gif)
.gif)
.gif)