Download KeyboardSupportDemo.zip version 1.0.0.0, last updated 04/06/2016 (10.17 KB)

Download
  • md5: 90e557815ee49f581745ed334ea2d9ed
  • sha1: 3fbc13752142394a4c4dcab84de6ffce94de3b4f
  • sha256: eb014fe61a006edcbe89107bc437dd99b3910badf471f20dc30d79fd7edbc743
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// Adding keyboard accelerators and visual cues to a WinForms control
// http://www.cyotek.com/blog/adding-keyboard-accelerators-and-visual-cues-to-a-winforms-control
// Copyright 2016 Cyotek Ltd. All Rights Reserved.
//
//  If find this code useful, attribution, donations or contributions are welcome.

[assembly: AssemblyTitle("cyotek.com Keyboard Mnemonic Support Demonstration")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("cyotek.com Keyboard Mnemonic Support Demonstration")]
[assembly: AssemblyCopyright("Copyright © 2016 Cyotek Ltd. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]
[assembly: Guid("c38d90eb-ad5d-42e3-bd6d-4a14ede90320")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Donate

Donate