Gets or sets toolbar button control. Inherited from Button.

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 ToolButton : Button
Visual Basic (Declaration)
Public Class ToolButton _
	Inherits Button
Visual C++
public ref class ToolButton : public Button

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..::.Button
                PerpetuumSoft.Reporting.Silverlight.Client..::.ToolButton

See Also