Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyGridInternal / PropertyGridCommands.cs / 1 / 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
- ListBindingHelper.cs
- ReadWriteObjectLock.cs
- SeparatorAutomationPeer.cs
- InstanceDescriptor.cs
- PseudoWebRequest.cs
- MembershipPasswordException.cs
- WriteStateInfoBase.cs
- KeyTime.cs
- PolyBezierSegmentFigureLogic.cs
- EFDataModelProvider.cs
- Section.cs
- SmiMetaData.cs
- SafeHandles.cs
- AnnotationResource.cs
- InstanceKeyCollisionException.cs
- StructuralType.cs
- XmlAttributeCollection.cs
- EntityDesignerDataSourceView.cs
- SmiContext.cs
- FormViewRow.cs
- SiteMapPath.cs
- OSFeature.cs
- TemplateKeyConverter.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- BooleanConverter.cs
- HttpHandlersInstallComponent.cs
- HandoffBehavior.cs
- MetafileHeader.cs
- ImageKeyConverter.cs
- ImageFormat.cs
- TransactionsSectionGroup.cs
- AppDomainUnloadedException.cs
- WebContext.cs
- StateChangeEvent.cs
- MSG.cs
- DynamicResourceExtension.cs
- ListSortDescriptionCollection.cs
- DataSourceViewSchemaConverter.cs
- WebPartCatalogAddVerb.cs
- IdentityReference.cs
- QilFunction.cs
- MarkupWriter.cs
- SByteConverter.cs
- OracleException.cs
- ArrayExtension.cs
- SourceFileBuildProvider.cs
- UnsettableComboBox.cs
- SpeechRecognizer.cs
- FieldNameLookup.cs
- FrameworkElementFactory.cs
- sortedlist.cs
- SoapAttributes.cs
- _LocalDataStoreMgr.cs
- IisTraceListener.cs
- ProfileGroupSettingsCollection.cs
- Int32Animation.cs
- XPathAxisIterator.cs
- relpropertyhelper.cs
- StyleBamlTreeBuilder.cs
- HtmlInputFile.cs
- RequestCachePolicy.cs
- SchemaHelper.cs
- SamlAuthenticationStatement.cs
- ParameterEditorUserControl.cs
- NetNamedPipeBindingElement.cs
- DesignerResources.cs
- StylusEditingBehavior.cs
- SoapFaultCodes.cs
- ObjectListCommandEventArgs.cs
- CalendarTable.cs
- PowerModeChangedEventArgs.cs
- PaginationProgressEventArgs.cs
- Evidence.cs
- SessionState.cs
- CqlParser.cs
- DesignerSerializationOptionsAttribute.cs
- VectorCollection.cs
- WebDisplayNameAttribute.cs
- CopyOnWriteList.cs
- Aggregates.cs
- FilterableAttribute.cs
- ObjectAnimationUsingKeyFrames.cs
- XmlSchemaSet.cs
- EdmError.cs
- PersonalizationStateInfoCollection.cs
- XmlWrappingReader.cs
- WmlValidationSummaryAdapter.cs
- ClientUtils.cs
- Form.cs
- smtpconnection.cs
- CodeLabeledStatement.cs
- NTAccount.cs
- StateMachineExecutionState.cs
- BitmapEffectState.cs
- SplitterEvent.cs
- CqlGenerator.cs
- LoginName.cs
- Compress.cs
- UIPermission.cs
- UIPermission.cs