RibbonGalleryItem::IsSelected Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether this item is selected.

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

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

Property Value

Type: System::Boolean

true if this item is selected; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

.NET Framework
Available since 4.5
Return to top
Show: