Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MimePart.cs
- RetrieveVirtualItemEventArgs.cs
- XPathEmptyIterator.cs
- COM2IPerPropertyBrowsingHandler.cs
- KeyValueSerializer.cs
- Executor.cs
- ListItemCollection.cs
- LocationUpdates.cs
- EventDescriptorCollection.cs
- TranslateTransform3D.cs
- DataGridViewColumnStateChangedEventArgs.cs
- Column.cs
- SqlUtils.cs
- CommandHelpers.cs
- FlowLayoutPanel.cs
- ServerType.cs
- ErrorHandler.cs
- GeneralTransform3DCollection.cs
- SchemaImporterExtension.cs
- InstanceDataCollection.cs
- PasswordRecovery.cs
- RewritingProcessor.cs
- shaperfactoryquerycachekey.cs
- MSHTMLHost.cs
- AttributeAction.cs
- EventEntry.cs
- LineInfo.cs
- TypeBuilderInstantiation.cs
- List.cs
- RNGCryptoServiceProvider.cs
- InternalDispatchObject.cs
- Size3DConverter.cs
- ObjectListItemCollection.cs
- unsafeIndexingFilterStream.cs
- ImplicitInputBrush.cs
- NumberSubstitution.cs
- UInt16Converter.cs
- DataServiceRequestException.cs
- CqlLexer.cs
- SiteMap.cs
- AttributeEmitter.cs
- GifBitmapDecoder.cs
- TextEvent.cs
- RelOps.cs
- MeasureItemEvent.cs
- Triplet.cs
- ObjectNavigationPropertyMapping.cs
- OrderByQueryOptionExpression.cs
- ZoneMembershipCondition.cs
- HtmlElementCollection.cs
- FontCollection.cs
- CallbackValidatorAttribute.cs
- MemoryPressure.cs
- FontDifferentiator.cs
- ToolStripSplitStackLayout.cs
- PrinterSettings.cs
- PackageDigitalSignatureManager.cs
- NegotiationTokenAuthenticator.cs
- SafeNativeMethodsMilCoreApi.cs
- HtmlButton.cs
- DBSchemaRow.cs
- DataSourceControlBuilder.cs
- Int64Converter.cs
- UnsafeNativeMethods.cs
- RectangleHotSpot.cs
- __ComObject.cs
- TransformerInfoCollection.cs
- SynchronizedDispatch.cs
- TokenFactoryCredential.cs
- SmiMetaData.cs
- ContentFilePart.cs
- Publisher.cs
- SHA1CryptoServiceProvider.cs
- BitmapDownload.cs
- BaseAddressElementCollection.cs
- AvTraceFormat.cs
- GeneralTransform.cs
- WebReferencesBuildProvider.cs
- LabelEditEvent.cs
- SafeNativeMethods.cs
- WebRequestModuleElementCollection.cs
- MouseActionValueSerializer.cs
- EdmScalarPropertyAttribute.cs
- PersonalizableTypeEntry.cs
- PkcsUtils.cs
- ConfigXmlCDataSection.cs
- FrameworkContextData.cs
- BigInt.cs
- XmlAttributeAttribute.cs
- ValueTypeFieldReference.cs
- XmlChoiceIdentifierAttribute.cs
- TextEditorDragDrop.cs
- HttpException.cs
- PixelFormats.cs
- RemotingClientProxy.cs
- MobileContainerDesigner.cs
- SqlEnums.cs
- TrustManagerMoreInformation.cs
- DataServiceHost.cs
- followingquery.cs