RibbonSplitButton Class
Applies to v2.
Represents a ribbon split-button.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButton
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class RibbonSplitButton _
Inherits RibbonButton
'Usage
Dim instance As RibbonSplitButton
public class RibbonSplitButton : RibbonButton
public ref class RibbonSplitButton : public RibbonButton
type RibbonSplitButton =
class
inherit RibbonButton
end
public class RibbonSplitButton extends RibbonButton
The RibbonSplitButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RibbonSplitButton(String, ICommandId, Object, IEnumerable<RibbonButton>, Bitmap, Bitmap) | Initializes a new instance of the RibbonSplitButton class. | |
RibbonSplitButton(String, ICommandId, Object, IEnumerable<RibbonButton>, ImageSource, ImageSource) | Initializes a new instance of the RibbonSplitButton class. | |
RibbonSplitButton(String, ICommand, Object, IEnumerable<RibbonButton>, Bitmap, Bitmap) | Initializes a new instance of the RibbonSplitButton class. | |
RibbonSplitButton(String, ICommand, Object, IEnumerable<RibbonButton>, ImageSource, ImageSource) | Initializes a new instance of the RibbonSplitButton class. |
Top
Properties
Name | Description | |
---|---|---|
Command | Gets or sets the command to invoke when the button is pressed. (Inherited from RibbonButton.) | |
CommandId | Gets or sets the command ID to invoke when the button is pressed. (Inherited from RibbonButton.) | |
CommandParameter | Gets or sets the command parameter to pass to the command or CommandId. (Inherited from RibbonButton.) | |
Items | Gets a sequence of RibbonButtons to show when the split-button is expanded. | |
Label | Gets a label for the item. (Inherited from RibbonItem.) | |
LargeImage | Gets or sets a 32x32 image for the button. (Inherited from RibbonButton.) | |
SmallImage | Gets or sets a 16x16 image for the button. (Inherited from RibbonButton.) |
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
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.