Clase RibbonToggleButton
Lo siguiente se aplica a v2.
Representa un botón de alternancia de la cinta.
Jerarquía de herencia
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButton
Microsoft.WebMatrix.Extensibility.RibbonToggleButton
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Public Class RibbonToggleButton _
Inherits RibbonButton _
Implements INotifyPropertyChanged
'Uso
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
El tipo RibbonToggleButton expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
RibbonToggleButton(String, ICommandId, Object, Bitmap, Bitmap) | Inicializa una nueva instancia de la clase RibbonToggleButton. | |
RibbonToggleButton(String, ICommandId, Object, ImageSource, ImageSource) | Inicializa una nueva instancia de la clase RibbonToggleButton. | |
RibbonToggleButton(String, ICommand, Object, Bitmap, Bitmap) | Inicializa una nueva instancia de la clase RibbonToggleButton. | |
RibbonToggleButton(String, ICommand, Object, ImageSource, ImageSource) | Inicializa una nueva instancia de la clase RibbonToggleButton. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Command | Obtiene o establece el comando que se debe invocar cuando se hace clic en el botón. (Se hereda de RibbonButton.) | |
CommandId | Obtiene o establece el identificador de comando que se debe invocar cuando se hace clic en el botón. (Se hereda de RibbonButton.) | |
CommandParameter | Obtiene o establece el parámetro del comando que se debe pasar al comando o a CommandId. (Se hereda de RibbonButton.) | |
IsChecked | Obtiene o establece un valor que indica si el botón está seleccionado (activado) o no. | |
Label | Obtiene una etiqueta para el elemento. (Se hereda de RibbonItem.) | |
LargeImage | Obtiene o establece una imagen 32x32 para el botón. (Se hereda de RibbonButton.) | |
SmallImage | Obtiene o establece una imagen 16x16 para el botón. (Se hereda de RibbonButton.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | Se produce cuando una propiedad cambia de valor. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.