Toolbar button control. Inherited from ToggleButton.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class ToggleToolButton : ToggleButton
Visual Basic (Declaration)
Public Class ToggleToolButton _
	Inherits ToggleButton
Visual C++
public ref class ToggleToolButton : public ToggleButton

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Control
          System.Windows.Controls..::.ContentControl
            System.Windows.Controls.Primitives..::.ButtonBase
              System.Windows.Controls.Primitives..::.ToggleButton
                PerpetuumSoft.Reporting.Silverlight.Client..::.ToggleToolButton

See Also