InertButton.IsDropDownOpen Property

DevZest WPF Docking

InertButtonIsDropDownOpen Property
Gets or sets a value that indicates whether the drop-down context menu is currently open. This is a dependency property.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool IsDropDownOpen { get; set; }
Public Property IsDropDownOpen As Boolean
	Get
	Set

Property Value

Type: Boolean
if the drop-down is open; otherwise, . The default is .
See Also