Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TextEffectCollection.cs
- PerfService.cs
- wgx_commands.cs
- sqlnorm.cs
- uribuilder.cs
- MonitorWrapper.cs
- BrowserDefinition.cs
- RankException.cs
- WindowsListBox.cs
- log.cs
- ColumnResizeAdorner.cs
- RuleSettingsCollection.cs
- Rss20ItemFormatter.cs
- AdRotator.cs
- HttpRawResponse.cs
- IUnknownConstantAttribute.cs
- StandardOleMarshalObject.cs
- QilValidationVisitor.cs
- SHA1Managed.cs
- ExecutionTracker.cs
- CurrentChangingEventArgs.cs
- HorizontalAlignConverter.cs
- ZeroOpNode.cs
- ProcessMonitor.cs
- Bidi.cs
- PointKeyFrameCollection.cs
- DataKey.cs
- DesignRelationCollection.cs
- ColumnPropertiesGroup.cs
- EasingQuaternionKeyFrame.cs
- httpapplicationstate.cs
- serverconfig.cs
- XPathDescendantIterator.cs
- OverflowException.cs
- OletxTransactionFormatter.cs
- XmlBinaryReader.cs
- ApplicationHost.cs
- DataSourceDesigner.cs
- Quad.cs
- ProcessProtocolHandler.cs
- TextTreeInsertElementUndoUnit.cs
- StickyNoteHelper.cs
- ApplicationServiceManager.cs
- AuthenticationSection.cs
- MexServiceChannelBuilder.cs
- AppModelKnownContentFactory.cs
- StandardCommands.cs
- TaiwanLunisolarCalendar.cs
- ObjectIDGenerator.cs
- WebPartHeaderCloseVerb.cs
- WsatServiceCertificate.cs
- XmlSchemaAppInfo.cs
- Internal.cs
- DoubleAnimation.cs
- GridViewDeleteEventArgs.cs
- OleDbInfoMessageEvent.cs
- InstanceValue.cs
- CollectionView.cs
- IdentitySection.cs
- DocumentGridPage.cs
- ExceptionHandlerDesigner.cs
- SupportsPreviewControlAttribute.cs
- WebPartConnectionsConnectVerb.cs
- WSFederationHttpSecurityMode.cs
- IdentityNotMappedException.cs
- InvalidCastException.cs
- EdmType.cs
- MenuRendererStandards.cs
- SectionInput.cs
- DataPagerFieldItem.cs
- XamlBrushSerializer.cs
- NameValueFileSectionHandler.cs
- SqlProfileProvider.cs
- RuntimeConfigurationRecord.cs
- SingleKeyFrameCollection.cs
- MetadataItemCollectionFactory.cs
- MediaSystem.cs
- System.Data_BID.cs
- MembershipPasswordException.cs
- XmlSchemaObjectTable.cs
- ProvidePropertyAttribute.cs
- ErrorEventArgs.cs
- StylusShape.cs
- HttpHeaderCollection.cs
- FieldTemplateFactory.cs
- AxParameterData.cs
- VisualStyleTypesAndProperties.cs
- WebScriptClientGenerator.cs
- KnownTypeAttribute.cs
- CryptographicAttribute.cs
- SchemaManager.cs
- XmlSchemaRedefine.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- WeakHashtable.cs
- GenerateScriptTypeAttribute.cs
- XmlAggregates.cs
- Highlights.cs
- SessionStateSection.cs
- RepeaterItem.cs
- TakeOrSkipWhileQueryOperator.cs