ToggleButtonData Members

The ToggleButtonData type exposes the following members.

Constructors

  NameDescription
Public methodToggleButtonData(String, String)
Constructs a new instance of ToggleButtonData, where the ToggleButton will not be associated to an ExternalCommand.
Public methodToggleButtonData(String, String, String, String)
Constructs a new instance of ToggleButtonData, where the ToggleButton will execute an ExternalCommand when clicked.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetContextualHelp
Gets the contextual help bound with this control.
(Inherited from RibbonItemData.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetContextualHelp
Sets the contextual help bound with this button data.
(Inherited from RibbonItemData.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAssemblyName
The assembly path of the button.
(Inherited from PushButtonData.)
Public propertyAvailabilityClassName
The full class name for the class providing the entry point to decide availability of this push button.
(Inherited from PushButtonData.)
Public propertyClassName
The name of the class containing the implementation for the command.
(Inherited from PushButtonData.)
Public propertyImage
The image of the button.
(Inherited from ButtonData.)
Public propertyLargeImage
The large image of the button.
(Inherited from ButtonData.)
Public propertyLongDescription
Long description of the command tooltip
(Inherited from RibbonItemData.)
Public propertyName
The name of the item.
(Inherited from RibbonItemData.)
Public propertyText
The user-visible text of the button.
(Inherited from ButtonData.)
Public propertyToolTip
The description that appears as a ToolTip for the item.
(Inherited from RibbonItemData.)
Public propertyToolTipImage
The image to show as a part of the button extended tooltip
(Inherited from RibbonItemData.)

See Also