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
- BitmapCodecInfo.cs
- AmbientLight.cs
- TimeSpanMinutesConverter.cs
- Receive.cs
- HtmlInputButton.cs
- DesignerLinkAdapter.cs
- Vector3DCollection.cs
- SqlFunctionAttribute.cs
- ExtensionDataReader.cs
- DataControlCommands.cs
- TextTreeNode.cs
- StringInfo.cs
- ConnectionStringsExpressionBuilder.cs
- BackgroundWorker.cs
- XPathNodePointer.cs
- ActivationWorker.cs
- DriveNotFoundException.cs
- NumericPagerField.cs
- TextWriterTraceListener.cs
- UpdatePanel.cs
- odbcmetadatafactory.cs
- SafeCryptoKeyHandle.cs
- GridEntryCollection.cs
- SqlDataSourceRefreshSchemaForm.cs
- RoleGroupCollection.cs
- RepeaterCommandEventArgs.cs
- WebPartVerbCollection.cs
- MD5Cng.cs
- DataGridParentRows.cs
- FunctionOverloadResolver.cs
- Help.cs
- DynamicQueryStringParameter.cs
- BitmapMetadataEnumerator.cs
- BaseCAMarshaler.cs
- SecurityUtils.cs
- itemelement.cs
- DocumentXPathNavigator.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- DictionaryItemsCollection.cs
- TableProviderWrapper.cs
- AsymmetricKeyExchangeDeformatter.cs
- NativeMethods.cs
- nulltextcontainer.cs
- SchemaSetCompiler.cs
- DrawingAttributeSerializer.cs
- PictureBox.cs
- StrokeCollectionConverter.cs
- ETagAttribute.cs
- ZipFileInfo.cs
- ConnectionInterfaceCollection.cs
- HtmlButton.cs
- ReliableRequestSessionChannel.cs
- TypeGeneratedEventArgs.cs
- SelectedDatesCollection.cs
- EventHandlersStore.cs
- KeyEventArgs.cs
- DecoderNLS.cs
- Binding.cs
- CryptoProvider.cs
- ApplicationManager.cs
- FormsAuthenticationModule.cs
- ProtocolsConfiguration.cs
- StylusOverProperty.cs
- BrowserTree.cs
- XmlBoundElement.cs
- MatrixIndependentAnimationStorage.cs
- WebConfigurationFileMap.cs
- TextViewSelectionProcessor.cs
- DiscoveryInnerClientManaged11.cs
- ClosableStream.cs
- ExpressionVisitor.cs
- SecurityChannel.cs
- ListGeneralPage.cs
- BitmapFrameDecode.cs
- MetadataItem_Static.cs
- TreeViewImageIndexConverter.cs
- ObjectTypeMapping.cs
- DependencyPropertyAttribute.cs
- LambdaCompiler.Generated.cs
- SoapElementAttribute.cs
- MouseGesture.cs
- SoapConverter.cs
- DataGridCellsPresenter.cs
- ItemDragEvent.cs
- XmlNotation.cs
- UnaryNode.cs
- CustomGrammar.cs
- Overlapped.cs
- AsynchronousChannelMergeEnumerator.cs
- AmbiguousMatchException.cs
- ToolStripDropDownButton.cs
- Util.cs
- TerminatorSinks.cs
- LocationSectionRecord.cs
- EntityDataSourceState.cs
- ColorBuilder.cs
- BamlReader.cs
- ColumnMapTranslator.cs
- MouseBinding.cs
- Point3DAnimationBase.cs