RibbonToggleButton Class

Applies to v2.

Represents a ribbon toggle button.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonItem
    Microsoft.WebMatrix.Extensibility.RibbonButton
      Microsoft.WebMatrix.Extensibility.RibbonToggleButton

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class RibbonToggleButton _
    Inherits RibbonButton _
    Implements INotifyPropertyChanged
'Usage
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

The RibbonToggleButton type exposes the following members.

Constructors

  Name Description
Public method RibbonToggleButton(String, ICommandId, Object, Bitmap, Bitmap) Initializes a new instance of the RibbonToggleButton class.
Public method RibbonToggleButton(String, ICommandId, Object, ImageSource, ImageSource) Initializes a new instance of the RibbonToggleButton class.
Public method RibbonToggleButton(String, ICommand, Object, Bitmap, Bitmap) Initializes a new instance of the RibbonToggleButton class.
Public method RibbonToggleButton(String, ICommand, Object, ImageSource, ImageSource) Initializes a new instance of the RibbonToggleButton class.

Top

Properties

  Name Description
Public property Command Gets or sets the command to invoke when the button is pressed. (Inherited from RibbonButton.)
Public property CommandId Gets or sets the command ID to invoke when the button is pressed. (Inherited from RibbonButton.)
Public property CommandParameter Gets or sets the command parameter to pass to the command or CommandId. (Inherited from RibbonButton.)
Public property IsChecked Gets or sets a value indicating whether the button is checked (toggled) or not.
Public property Label Gets a label for the item. (Inherited from RibbonItem.)
Public property LargeImage Gets or sets a 32x32 image for the button. (Inherited from RibbonButton.)
Public property SmallImage Gets or sets a 16x16 image for the button. (Inherited from RibbonButton.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property change 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.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace