RibbonToggleButton 類別
適用於版本2
代表功能區切換按鈕。
繼承階層
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonToggleButton
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Class RibbonToggleButton _
Inherits RibbonButton _
Implements INotifyPropertyChanged
'用途
Dim instance As RibbonToggleButton
public class RibbonToggleButton : RibbonButton,
INotifyPropertyChanged
public ref class RibbonToggleButton : public RibbonButton,
INotifyPropertyChanged
type RibbonToggleButton =
class
inherit RibbonButton
interface INotifyPropertyChanged
end
public class RibbonToggleButton extends RibbonButton implements INotifyPropertyChanged
RibbonToggleButton 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
RibbonToggleButton(String, ICommandId, Object, Bitmap, Bitmap) | 初始化 RibbonToggleButton 類別的新執行個體。 | |
RibbonToggleButton(String, ICommandId, Object, ImageSource, ImageSource) | 初始化 RibbonToggleButton 類別的新執行個體。 | |
RibbonToggleButton(String, ICommand, Object, Bitmap, Bitmap) | 初始化 RibbonToggleButton 類別的新執行個體。 | |
RibbonToggleButton(String, ICommand, Object, ImageSource, ImageSource) | 初始化 RibbonToggleButton 類別的新執行個體。 |
上層
屬性
名稱 | 說明 | |
---|---|---|
Command | 取得或設定要在按下按鈕時叫用的命令。 (繼承自 RibbonButton。) | |
CommandId | 取得或設定要在按下按鈕時叫用的命令識別碼。 (繼承自 RibbonButton。) | |
CommandParameter | 取得或設定要傳遞給命令或 CommandId 的命令參數。 (繼承自 RibbonButton。) | |
IsChecked | 取得或設定表示是否核取 (切換) 按鈕的值。 | |
Label | 取得項目的標籤。 (繼承自 RibbonItem。) | |
LargeImage | 取得或設定按鈕的 32x32 影像。 (繼承自 RibbonButton。) | |
SmallImage | 取得或設定按鈕的 16x16 影像。 (繼承自 RibbonButton。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 在屬性變更值時發生。 |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。