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
- FileFormatException.cs
- Models.cs
- HeaderedItemsControl.cs
- XmlStreamStore.cs
- BinaryParser.cs
- ThreadStartException.cs
- Stylesheet.cs
- SingleSelectRootGridEntry.cs
- TraceEventCache.cs
- CardSpacePolicyElement.cs
- TdsParserStateObject.cs
- PromptBuilder.cs
- OdbcError.cs
- SoapReflectionImporter.cs
- Currency.cs
- BaseProcessor.cs
- Activity.cs
- LinearGradientBrush.cs
- WebPartCatalogAddVerb.cs
- NativeMethods.cs
- CommentEmitter.cs
- Literal.cs
- PlainXmlSerializer.cs
- FilterQuery.cs
- SafeThemeHandle.cs
- MatrixValueSerializer.cs
- DBSqlParserColumn.cs
- StyleBamlRecordReader.cs
- RectangleGeometry.cs
- EdmItemCollection.OcAssemblyCache.cs
- UrlAuthorizationModule.cs
- Substitution.cs
- WebRequestModuleElementCollection.cs
- Button.cs
- InvokeProviderWrapper.cs
- StartFileNameEditor.cs
- TimeIntervalCollection.cs
- DrawingContext.cs
- sitestring.cs
- Point3D.cs
- TdsParser.cs
- Sorting.cs
- Wizard.cs
- ExpressionBuilder.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlEnumAttribute.cs
- XmlDocument.cs
- KeyBinding.cs
- CaseInsensitiveOrdinalStringComparer.cs
- DbConnectionPoolOptions.cs
- ConstructorArgumentAttribute.cs
- DebugHandleTracker.cs
- HyperLinkColumn.cs
- GridViewItemAutomationPeer.cs
- PasswordTextNavigator.cs
- DropShadowBitmapEffect.cs
- ApplicationContext.cs
- DefaultConfirmation.cs
- ErrorRuntimeConfig.cs
- HTMLTagNameToTypeMapper.cs
- WindowsScrollBarBits.cs
- QueryConverter.cs
- HttpSocketManager.cs
- ExitEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- TreeWalkHelper.cs
- ScriptingWebServicesSectionGroup.cs
- OdbcConnectionFactory.cs
- AdapterUtil.cs
- BooleanProjectedSlot.cs
- ArrayConverter.cs
- Soap.cs
- DataSourceGroupCollection.cs
- IdentitySection.cs
- EncodingDataItem.cs
- PeerResolverElement.cs
- InternalConfirm.cs
- Module.cs
- FileDialogPermission.cs
- ConfigurationManager.cs
- Convert.cs
- printdlgexmarshaler.cs
- PageClientProxyGenerator.cs
- RemoveStoryboard.cs
- CellNormalizer.cs
- MsmqHostedTransportManager.cs
- DelimitedListTraceListener.cs
- SchemaImporterExtensionsSection.cs
- PassportPrincipal.cs
- connectionpool.cs
- HwndSourceKeyboardInputSite.cs
- HtmlImage.cs
- FlowDocumentScrollViewer.cs
- WSHttpTransportSecurityElement.cs
- NavigatingCancelEventArgs.cs
- CodeIterationStatement.cs
- TransactionFlowBindingElementImporter.cs
- PieceNameHelper.cs
- DecimalConstantAttribute.cs
- JournalNavigationScope.cs