Class InputBindingsCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Keyboard
Assembly: Telerik.WinControls.dll
Syntax
public class InputBindingsCollection : CollectionBase, IList, ICollection, IEnumerable
Constructors
InputBindingsCollection()
Declaration
public InputBindingsCollection()
InputBindingsCollection(InputBinding[])
Initializes a new instance of Input
Declaration
public InputBindingsCollection(InputBinding[] value)
Parameters
Input A array of Input |
InputBindingsCollection(InputBindingsCollection)
Initializes a new instance of Input
Declaration
public InputBindingsCollection(InputBindingsCollection value)
Parameters
Input A Input |
InputBindingsCollection(Shortcuts)
Properties
Item[Int32]
Represents the entry at the specified index of the Input
Declaration
public InputBinding this[int index] { get; set; }
Parameters
System. The zero-based index of the entry to locate in the collection. |
Property Value
Input The entry at the specified index of the collection. |
Exceptions
System.
|
Methods
Add(InputBinding)
Adds a Input
Declaration
public int Add(InputBinding value)
Parameters
Input The Input |
Returns
System. The index at which the new element was inserted. |
AddRange(InputBinding[])
Copies the elements of an array to the end of the Input
Declaration
public void AddRange(InputBinding[] value)
Parameters
Input An array of type Input |
AddRange(InputBindingsCollection)
Adds the contents of another Input
Declaration
public void AddRange(InputBindingsCollection value)
Parameters
Input A Input |
Contains(InputBinding)
Gets a value indicating whether the
Input
Declaration
public bool Contains(InputBinding value)
Parameters
Input The Input |
Returns
System. true if the Input |
CopyTo(InputBinding[], Int32)
Copies the Input
Declaration
public void CopyTo(InputBinding[] array, int index)
Parameters
Input The one-dimensional System. |
System. The index in |
Exceptions
System.
-or- The number of elements in the Input |
System.
|
System.
|
GetBindingByComponent(IComponent)
Declaration
public InputBindingsCollection GetBindingByComponent(IComponent component)
Parameters
System.
|
Returns
IndexOf(InputBinding)
Returns the index of a Input
Declaration
public int IndexOf(InputBinding value)
Parameters
Input The Input |
Returns
System. The index of the Input |
Insert(Int32, InputBinding)
Inserts a Input
Declaration
public void Insert(int index, InputBinding value)
Parameters
System. The zero-based index where |
Input The Input |
Remove(InputBinding)
Removes a specific Input
Declaration
public void Remove(InputBinding value)
Parameters
Input The Input |
Exceptions
System.
|
RemoveBindingByComponent(IComponent)
Declaration
public void RemoveBindingByComponent(IComponent component)
Parameters
System.
|