RibbonButton 类
适用于版本2
表示功能区按钮。
继承层次结构
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButton
Microsoft.WebMatrix.Extensibility.RibbonSplitButtonGallery
Microsoft.WebMatrix.Extensibility.RibbonToggleButton
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Class RibbonButton _
Inherits RibbonItem
用法
Dim instance As RibbonButton
public class RibbonButton : RibbonItem
public ref class RibbonButton : public RibbonItem
type RibbonButton =
class
inherit RibbonItem
end
public class RibbonButton extends RibbonItem
RibbonButton 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
RibbonButton(String, ICommandId, Object, Bitmap, Bitmap) | 初始化 RibbonButton 类的新实例。 | |
RibbonButton(String, ICommandId, Object, ImageSource, ImageSource) | 初始化 RibbonButton 类的新实例。 | |
RibbonButton(String, ICommand, Object, Bitmap, Bitmap) | 初始化 RibbonButton 类的新实例。 | |
RibbonButton(String, ICommand, Object, ImageSource, ImageSource) | 初始化 RibbonButton 类的新实例。 | |
RibbonButton(String, ICommand, ICommandId, Object, ImageSource, ImageSource) | 初始化 RibbonButton 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Command | 获取或设置按下按钮时要调用的命令。 | |
CommandId | 获取或设置按下按钮时要调用的命令 ID。 | |
CommandParameter | 获取或设置要传递到命令或 CommandId 的命令参数。 | |
Label | 获取项的标签。 (从 RibbonItem 继承。) | |
LargeImage | 获取或设置按钮的 32x32 图像。 | |
SmallImage | 获取或设置按钮的 16x16 图像。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。