Silverlight SDK for Microsoft Bing
IsPressed Property
OverviewSystem.Windows.ControlsToolbarButtonIsPressed
Gets/Sets a boolean value indicating whether the ToolbarButton is currently pressed.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsPressed { get; set; }
Public Property IsPressed As Boolean
public:
property bool IsPressed {
	bool get ();
	void set (bool value);
}

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)