Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / InputBindingHelper Class
Members Example


In This Topic
    InputBindingHelper Class
    In This Topic
    Provides a helper allows user set System.Windows.Input.InputBinding for multiple controls through resource.
    Object Model
    InputBindingHelper Class
    Syntax
    'Declaration
     
    Public Class InputBindingHelper 
    'Usage
     
    Dim instance As InputBindingHelper
    public class InputBindingHelper 
    Example
    The following xaml demonstrates how to use InputBindingHelper to set some System.Windows.Input.InputBindings to multiple controls through resource.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper

    See Also