Class ShortcutExtensions
Contains extension methods for shortcuts.
Inheritance
System.Object
ShortcutExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class ShortcutExtensions
Fields
SHORTCUT_KEY
Holds the shortcut key constant.
Declaration
public static string SHORTCUT_KEY
Field Value
|
System.String
|
Methods
IsShortcut(IAttributeCollection, out String)
Returns true if the given attribute collection represents a shortcut and returns the name.
Declaration
public static bool IsShortcut(this IAttributeCollection attributes, out string name)
Parameters
|
IAttributeCollection
attributes
|
|
System.String
name
|
Returns
|
System.Boolean
|