Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyGridInternal / PropertyGridCommands.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MergeFilterQuery.cs
- Image.cs
- ImageCodecInfo.cs
- CharUnicodeInfo.cs
- base64Transforms.cs
- ProjectionRewriter.cs
- TextMarkerSource.cs
- CommonProperties.cs
- _ConnectionGroup.cs
- UrlAuthorizationModule.cs
- XmlBoundElement.cs
- XmlDigitalSignatureProcessor.cs
- SpecularMaterial.cs
- SafeTimerHandle.cs
- XmlMtomReader.cs
- HebrewNumber.cs
- WindowsEditBoxRange.cs
- CodeGotoStatement.cs
- InputBuffer.cs
- EdmComplexTypeAttribute.cs
- ResourceReferenceExpressionConverter.cs
- MethodBuilderInstantiation.cs
- ClientFormsAuthenticationMembershipProvider.cs
- Control.cs
- Rule.cs
- EntryPointNotFoundException.cs
- DocumentReferenceCollection.cs
- MemberHolder.cs
- XPathDocument.cs
- COM2ICategorizePropertiesHandler.cs
- SchemaMapping.cs
- FontWeightConverter.cs
- SecurityImpersonationBehavior.cs
- PrincipalPermission.cs
- securestring.cs
- BaseDataList.cs
- ToolBarButtonDesigner.cs
- CodeSnippetCompileUnit.cs
- ColorTransformHelper.cs
- Quad.cs
- XamlInt32CollectionSerializer.cs
- COM2ComponentEditor.cs
- TypeResolvingOptions.cs
- CriticalFileToken.cs
- MemoryStream.cs
- DbConnectionInternal.cs
- AnnotationObservableCollection.cs
- SymmetricKey.cs
- DictionaryItemsCollection.cs
- PreProcessInputEventArgs.cs
- BamlCollectionHolder.cs
- CollectionViewGroupInternal.cs
- initElementDictionary.cs
- SafeRightsManagementQueryHandle.cs
- FramingEncoders.cs
- ChangeConflicts.cs
- SplineKeyFrames.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ResXResourceWriter.cs
- ProcessHostConfigUtils.cs
- RenderData.cs
- OciEnlistContext.cs
- RoleManagerModule.cs
- NavigationWindowAutomationPeer.cs
- WindowsClaimSet.cs
- DockPanel.cs
- FontUnit.cs
- ClientRuntimeConfig.cs
- ReaderWriterLockWrapper.cs
- SByteStorage.cs
- ClientTarget.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SafeRegistryKey.cs
- SecurityTokenException.cs
- HtmlWindowCollection.cs
- WebBrowserProgressChangedEventHandler.cs
- XmlEncoding.cs
- LinkDescriptor.cs
- XmlSchemaSimpleContentExtension.cs
- Pen.cs
- UpdatePanelTrigger.cs
- NavigationWindowAutomationPeer.cs
- FrameAutomationPeer.cs
- AttachedAnnotation.cs
- NavigationEventArgs.cs
- ServiceHttpModule.cs
- ResizingMessageFilter.cs
- DependencyPropertyConverter.cs
- HashHelper.cs
- Trace.cs
- TreeNodeBinding.cs
- StateBag.cs
- Dynamic.cs
- SqlProfileProvider.cs
- FastEncoder.cs
- ApplicationSettingsBase.cs
- NamespaceList.cs
- CellParagraph.cs
- PackageDigitalSignatureManager.cs
- EmptyStringExpandableObjectConverter.cs