Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyGridInternal / PropertyGridCommands.cs / 1 / PropertyGridCommands.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms.PropertyGridInternal { using System.Diagnostics; using System; using System.ComponentModel.Design; using Microsoft.Win32; ////// /// This class contains the set of menu commands our property browser /// uses. /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class PropertyGridCommands{ ////// /// This guid corresponds to the menu grouping windows forms will use for its menus. This is /// defined in the windows forms menu CTC file, but we need it here so we can define what /// context menus to use. /// protected static readonly Guid wfcMenuGroup = new Guid("{a72bd644-1979-4cbc-a620-ea4112198a66}"); ////// /// This guid corresponds to the windows forms command set. /// protected static readonly Guid wfcMenuCommand = new Guid("{5a51cf82-7619-4a5d-b054-47f438425aa7}"); ////// /// public static readonly CommandID Reset = new CommandID(wfcMenuCommand, 0x3000); ///[To be supplied.] ////// /// public static readonly CommandID Description = new CommandID(wfcMenuCommand, 0x3001); ///[To be supplied.] ////// /// public static readonly CommandID Hide = new CommandID(wfcMenuCommand, 0x3002); ///[To be supplied.] ////// /// public static readonly CommandID Commands = new CommandID(wfcMenuCommand, 0x3010); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms.PropertyGridInternal { using System.Diagnostics; using System; using System.ComponentModel.Design; using Microsoft.Win32; ////// /// This class contains the set of menu commands our property browser /// uses. /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class PropertyGridCommands{ ////// /// This guid corresponds to the menu grouping windows forms will use for its menus. This is /// defined in the windows forms menu CTC file, but we need it here so we can define what /// context menus to use. /// protected static readonly Guid wfcMenuGroup = new Guid("{a72bd644-1979-4cbc-a620-ea4112198a66}"); ////// /// This guid corresponds to the windows forms command set. /// protected static readonly Guid wfcMenuCommand = new Guid("{5a51cf82-7619-4a5d-b054-47f438425aa7}"); ////// /// public static readonly CommandID Reset = new CommandID(wfcMenuCommand, 0x3000); ///[To be supplied.] ////// /// public static readonly CommandID Description = new CommandID(wfcMenuCommand, 0x3001); ///[To be supplied.] ////// /// public static readonly CommandID Hide = new CommandID(wfcMenuCommand, 0x3002); ///[To be supplied.] ////// /// public static readonly CommandID Commands = new CommandID(wfcMenuCommand, 0x3010); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AsyncCodeActivity.cs
- ProcessHostConfigUtils.cs
- QueryCacheManager.cs
- embossbitmapeffect.cs
- ImplicitInputBrush.cs
- FileNotFoundException.cs
- SessionEndingCancelEventArgs.cs
- SupportingTokenAuthenticatorSpecification.cs
- ZipIOExtraFieldZip64Element.cs
- DynamicDiscoveryDocument.cs
- ProcessThread.cs
- MsmqBindingMonitor.cs
- XmlAttributeHolder.cs
- Focus.cs
- CurrencyWrapper.cs
- StagingAreaInputItem.cs
- UiaCoreTypesApi.cs
- TimeSpanConverter.cs
- safemediahandle.cs
- XmlDataCollection.cs
- StandardOleMarshalObject.cs
- DesignerToolStripControlHost.cs
- NavigationService.cs
- MessageQueueEnumerator.cs
- GroupDescription.cs
- JsonFormatWriterGenerator.cs
- Shape.cs
- Command.cs
- Trigger.cs
- MethodExpr.cs
- PropertyIdentifier.cs
- SQLBytesStorage.cs
- Component.cs
- ValidatorCollection.cs
- CustomAttribute.cs
- DateTimeStorage.cs
- TabPanel.cs
- NavigationHelper.cs
- GAC.cs
- BindingManagerDataErrorEventArgs.cs
- DictionaryEditChange.cs
- shaperfactoryquerycacheentry.cs
- CurrentChangingEventArgs.cs
- WebPartEventArgs.cs
- XmlTypeMapping.cs
- SQLSingleStorage.cs
- DataRowCollection.cs
- RoleManagerSection.cs
- MessageSmuggler.cs
- LZCodec.cs
- SelectionUIHandler.cs
- FilterableAttribute.cs
- Decoder.cs
- CacheOutputQuery.cs
- ObjectView.cs
- XmlDocumentFieldSchema.cs
- BamlTreeMap.cs
- _ContextAwareResult.cs
- BulletDecorator.cs
- DocumentXmlWriter.cs
- MenuAdapter.cs
- DataTablePropertyDescriptor.cs
- DataServiceResponse.cs
- Misc.cs
- SmiMetaData.cs
- TransportationConfigurationTypeInstallComponent.cs
- HMACSHA1.cs
- SystemTcpConnection.cs
- SafeCertificateStore.cs
- PropertyGridView.cs
- SiteOfOriginContainer.cs
- TypeLibraryHelper.cs
- DataConnectionHelper.cs
- NativeMethods.cs
- CounterSampleCalculator.cs
- FrugalMap.cs
- ConfigXmlSignificantWhitespace.cs
- PaintValueEventArgs.cs
- RequiredAttributeAttribute.cs
- Decimal.cs
- HtmlImage.cs
- HMAC.cs
- XsdBuilder.cs
- DefaultValueAttribute.cs
- FigureHelper.cs
- DesignerGenericWebPart.cs
- SpeechSeg.cs
- ObjectViewEntityCollectionData.cs
- Rotation3DAnimation.cs
- SchemaMapping.cs
- TemplatedAdorner.cs
- BaseCodePageEncoding.cs
- StylusButtonEventArgs.cs
- webclient.cs
- Inflater.cs
- EdmError.cs
- DataViewSetting.cs
- XmlIgnoreAttribute.cs
- QuaternionValueSerializer.cs
- CodeDirectiveCollection.cs