Code:
/ 4.0 / 4.0 / 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.] ///// 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
- WebPartsSection.cs
- SessionPageStatePersister.cs
- ColumnWidthChangingEvent.cs
- MatrixTransform.cs
- PresentationAppDomainManager.cs
- NativeMethods.cs
- EventLogStatus.cs
- ServiceOperation.cs
- QuaternionAnimationUsingKeyFrames.cs
- DelayedRegex.cs
- SrgsNameValueTag.cs
- AdornerPresentationContext.cs
- SplayTreeNode.cs
- SqlDataSource.cs
- HttpDictionary.cs
- SlipBehavior.cs
- EmptyCollection.cs
- ControlAdapter.cs
- SurrogateEncoder.cs
- BitmapInitialize.cs
- DateRangeEvent.cs
- Int64Converter.cs
- X509Chain.cs
- OleDbInfoMessageEvent.cs
- InternalControlCollection.cs
- NetworkStream.cs
- ChannelManagerService.cs
- AtomServiceDocumentSerializer.cs
- ResXDataNode.cs
- StylusCollection.cs
- VarRemapper.cs
- NumberFormatter.cs
- HuffModule.cs
- DBPropSet.cs
- SizeChangedInfo.cs
- WebPartConnection.cs
- PenCursorManager.cs
- _emptywebproxy.cs
- SerializerProvider.cs
- SafeSystemMetrics.cs
- AccessText.cs
- MenuItemBinding.cs
- ThemeableAttribute.cs
- _DisconnectOverlappedAsyncResult.cs
- EnumerableRowCollection.cs
- TypographyProperties.cs
- Annotation.cs
- OleDbInfoMessageEvent.cs
- TdsParserSessionPool.cs
- RegexReplacement.cs
- TextParaClient.cs
- ToolStripDesignerAvailabilityAttribute.cs
- EncoderFallback.cs
- MinimizableAttributeTypeConverter.cs
- _TLSstream.cs
- ModifiableIteratorCollection.cs
- ModulesEntry.cs
- XsltLibrary.cs
- SafeHandles.cs
- ReaderWriterLock.cs
- LayoutTableCell.cs
- SoapEnumAttribute.cs
- XmlSchemaAny.cs
- PersonalizationStateQuery.cs
- SourceFileInfo.cs
- FullTrustAssembly.cs
- ClientCultureInfo.cs
- ImportOptions.cs
- ChangeNode.cs
- PassportPrincipal.cs
- webeventbuffer.cs
- CodeDirectionExpression.cs
- ParameterCollection.cs
- CodeDesigner.cs
- ControlPropertyNameConverter.cs
- ToolStripRendererSwitcher.cs
- Misc.cs
- DataFormats.cs
- ColumnHeaderConverter.cs
- SmiEventSink_DeferedProcessing.cs
- Utils.cs
- listitem.cs
- Window.cs
- CanonicalizationDriver.cs
- SecureEnvironment.cs
- RichTextBox.cs
- QueryCorrelationInitializer.cs
- BitmapEffect.cs
- ByteStreamGeometryContext.cs
- recordstatefactory.cs
- SqlDataSourceQueryEditorForm.cs
- PointAnimationClockResource.cs
- WizardStepBase.cs
- Int16KeyFrameCollection.cs
- ContextToken.cs
- Size3DValueSerializer.cs
- WCFBuildProvider.cs
- arclist.cs
- CacheDict.cs
- BooleanExpr.cs