added some development tools
[windows-sources.git] / developer / VSSDK / Samples / Combo_Box / C# / PkgCmdID.cs
blobb939a0a5c2ea720ba0f467cc1c726d428a30f523
1 /***************************************************************************
3 Copyright (c) Microsoft Corporation. All rights reserved.
4 THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
5 ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
6 IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
7 PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
9 ***************************************************************************/
11 namespace Microsoft.Samples.VisualStudio.ComboBox
13 static class PkgCmdIDList
15 public const uint cmdidMyDropDownCombo = 0x101;
16 public const uint cmdidMyDropDownComboGetList = 0x102;
17 public const uint cmdidMyIndexCombo = 0x103;
18 public const uint cmdidMyIndexComboGetList = 0x104;
19 public const uint cmdidMyMRUCombo = 0x105;
20 public const uint cmdidMyDynamicCombo = 0x107;
21 public const uint cmdidMyDynamicComboGetList = 0x108;