GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.IMExtenders 名前空間 > GcShortcut クラス : GetShortcuts メソッド |
Public Function GetShortcuts( _ ByVal control As Control _ ) As IDictionary(Of Keys,ShortcutAction)
public IDictionary<Keys,ShortcutAction> GetShortcuts( Control control )
例外 | 解説 |
---|---|
System.ArgumentNullException | control にnull(Visual BasicではNothing)が設定されています。 |