Completed
Last Updated: 03 Nov 2016 13:51 by ADMIN
ADMIN
Telerik Admin
Created on: 07 Nov 2011 11:49
Category: RibbonView
Type: Feature Request
2
RibbonWindow: Add CloseCommand
Close command needed when using the close button

The command could be intersected as follow: 
 static MainWindow()
{
      RadRibbonWindow.IsWindowsThemeEnabled = false;
       CommandManager.RegisterClassCommandBinding(typeof(MainWindow), new CommandBinding(Telerik.Windows.Controls.RibbonView.Shell.SystemCommands.CloseWindowCommand, CloseWindowExecuted, canExecute));
}

Please note that this command is available only if RadRibbonWindow.IsWindowsThemeEnabled is set to "false".

Available in R1 2017 Release
0 comments