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
- CreateRefExpr.cs
- COM2Properties.cs
- WebRequestModuleElement.cs
- SrgsSubset.cs
- GeneralTransformGroup.cs
- Switch.cs
- BindingGroup.cs
- CodeDomLocalizationProvider.cs
- PersonalizationProviderCollection.cs
- Attributes.cs
- WorkflowOperationErrorHandler.cs
- HashLookup.cs
- FaultImportOptions.cs
- DataTableExtensions.cs
- CompressionTracing.cs
- CurrencyWrapper.cs
- WebPartConnectionsDisconnectVerb.cs
- XmlFormatWriterGenerator.cs
- PersonalizationState.cs
- ProviderConnectionPoint.cs
- StackSpiller.Bindings.cs
- ViewManager.cs
- EntityDataSourceUtil.cs
- DbExpressionVisitor.cs
- TextSpanModifier.cs
- VBCodeProvider.cs
- TypeConverterAttribute.cs
- _NegoStream.cs
- StrongNameIdentityPermission.cs
- TrackingValidationObjectDictionary.cs
- HostUtils.cs
- DelegateSerializationHolder.cs
- XmlElementList.cs
- ComponentConverter.cs
- CharEnumerator.cs
- StdValidatorsAndConverters.cs
- XmlNodeComparer.cs
- TextBoxBase.cs
- SubclassTypeValidator.cs
- Duration.cs
- HeaderPanel.cs
- OdbcConnection.cs
- listitem.cs
- XmlImplementation.cs
- SelectionChangedEventArgs.cs
- HttpBrowserCapabilitiesWrapper.cs
- TextDpi.cs
- NumberFunctions.cs
- CustomErrorsSection.cs
- DataGrid.cs
- TextParaLineResult.cs
- XmlNamedNodeMap.cs
- WsdlWriter.cs
- ProxyOperationRuntime.cs
- RuntimeHandles.cs
- ContractsBCL.cs
- ReliableMessagingVersionConverter.cs
- WebPartConnectionsConfigureVerb.cs
- SqlCacheDependency.cs
- InputMethodStateTypeInfo.cs
- DrawingVisualDrawingContext.cs
- AnimationException.cs
- ConnectionInterfaceCollection.cs
- SQLChars.cs
- SEHException.cs
- SvcMapFileLoader.cs
- CodePropertyReferenceExpression.cs
- DataBinder.cs
- TemplateBindingExtensionConverter.cs
- DateTimeFormatInfoScanner.cs
- MatchAllMessageFilter.cs
- CompilerGlobalScopeAttribute.cs
- DependencyPropertyKey.cs
- SafeLibraryHandle.cs
- LineGeometry.cs
- CheckBoxField.cs
- DbException.cs
- Transform.cs
- TabPage.cs
- LogWriteRestartAreaState.cs
- FieldReference.cs
- SqlError.cs
- SubqueryRules.cs
- TransactionOptions.cs
- HostSecurityManager.cs
- DefaultHttpHandler.cs
- DetailsViewDeletedEventArgs.cs
- ListItemsPage.cs
- ToolStripContentPanel.cs
- FunctionMappingTranslator.cs
- Application.cs
- printdlgexmarshaler.cs
- PersonalizablePropertyEntry.cs
- XamlStyleSerializer.cs
- PointAnimationUsingKeyFrames.cs
- MemberCollection.cs
- TimersDescriptionAttribute.cs
- HttpResponseHeader.cs
- WsatConfiguration.cs
- GridItem.cs