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
- SchemaInfo.cs
- InternalSafeNativeMethods.cs
- UIElement3D.cs
- RoleGroup.cs
- AuthenticationConfig.cs
- WebPartUserCapability.cs
- ServiceSecurityAuditElement.cs
- RtfControlWordInfo.cs
- ListItem.cs
- PeerNameResolver.cs
- XmlSchemaComplexContentRestriction.cs
- XmlDocumentSchema.cs
- WebContext.cs
- BaseValidator.cs
- ConfigurationLockCollection.cs
- DomNameTable.cs
- TileBrush.cs
- WaitHandleCannotBeOpenedException.cs
- SessionEndingCancelEventArgs.cs
- TextServicesLoader.cs
- ExpanderAutomationPeer.cs
- CngProvider.cs
- __ComObject.cs
- TraceContextRecord.cs
- ExtendedPropertyDescriptor.cs
- DataServiceClientException.cs
- ApplicationFileCodeDomTreeGenerator.cs
- FunctionNode.cs
- WmlLinkAdapter.cs
- LicenseManager.cs
- EmbossBitmapEffect.cs
- PerformanceCounterPermission.cs
- HttpPostedFileBase.cs
- TextMetrics.cs
- HtmlElementEventArgs.cs
- TimeSpanConverter.cs
- CommandEventArgs.cs
- CodeComment.cs
- Line.cs
- UnsafeNativeMethods.cs
- DataGridColumnFloatingHeader.cs
- HandlerWithFactory.cs
- ConditionCollection.cs
- printdlgexmarshaler.cs
- EngineSiteSapi.cs
- EntityCommand.cs
- DynamicValueConverter.cs
- Rotation3D.cs
- PipeConnection.cs
- CommonObjectSecurity.cs
- CurrentTimeZone.cs
- EnumConverter.cs
- SecureUICommand.cs
- XmlEnumAttribute.cs
- ScrollChangedEventArgs.cs
- PreloadedPackages.cs
- DesignTimeVisibleAttribute.cs
- HtmlMeta.cs
- PageRequestManager.cs
- ProjectionQueryOptionExpression.cs
- PipeConnection.cs
- HealthMonitoringSectionHelper.cs
- ObjectSpanRewriter.cs
- SqlConnectionString.cs
- PrintingPermission.cs
- basecomparevalidator.cs
- CellQuery.cs
- IdnElement.cs
- OrderToken.cs
- WebFaultClientMessageInspector.cs
- ExpressionBuilder.cs
- PhoneCallDesigner.cs
- ListItemViewControl.cs
- DataGridTextBoxColumn.cs
- FixedSOMSemanticBox.cs
- ProxyWebPartConnectionCollection.cs
- InternalTypeHelper.cs
- SystemDiagnosticsSection.cs
- InstanceCreationEditor.cs
- NativeMethodsOther.cs
- ErrorWebPart.cs
- HostingPreferredMapPath.cs
- RemotingConfigParser.cs
- DrawingState.cs
- KeyValuePair.cs
- Int64AnimationUsingKeyFrames.cs
- ToolStripRenderer.cs
- ViewBox.cs
- ParameterReplacerVisitor.cs
- TagNameToTypeMapper.cs
- HttpStreamFormatter.cs
- WebHttpSecurityModeHelper.cs
- OAVariantLib.cs
- DataTableReader.cs
- XamlClipboardData.cs
- ComponentConverter.cs
- BinaryMethodMessage.cs
- ModuleConfigurationInfo.cs
- DesignerVerbToolStripMenuItem.cs
- RoutedEventHandlerInfo.cs