DevZest WPF Docking
DockCommandsPerformClose Property |
Gets the value that represents the Perform Close command.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static RoutedCommand PerformClose { get; }
Public Shared ReadOnly Property PerformClose As RoutedCommand Get
Property Value
Type: RoutedCommandThe command.
Default Values | |
---|---|
Key Gesture | CTRL+F4 |
See Also