共用方式為


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 取得或設定要在按下按鈕時叫用的命令識別碼。
公用屬性 CommandParameter 取得或設定要傳遞給命令或 CommandId 的命令參數。
公用屬性 Label 取得項目的標籤。 (繼承自 RibbonItem。)
公用屬性 LargeImage 取得或設定按鈕的 32x32 影像。
公用屬性 SmallImage 取得或設定按鈕的 16x16 影像。

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.WebMatrix.Extensibility 命名空間