Gets or sets the first ToolButton in the current selection or returns null if the selection is empty. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ToolButton SelectedToolButton { get; set; }
Visual Basic (Declaration)
Public Property SelectedToolButton As ToolButton
Visual C++
public:
property ToolButton^ SelectedToolButton {
	ToolButton^ get ();
	void set (ToolButton^ value);
}

Field Value

The selected tool button.

See Also