RibbonGalleryItem::IsPressed Property

.NET Framework (current version)
 

Gets a value that indicates whether the left mouse button or the SPACEBAR is pressed over the item.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property bool IsPressed {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the left mouse button or the SPACEBAR is pressed over the item; otherwise, false. The default is false.

Identifier field

IsPressedProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: