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
- StrokeCollection2.cs
- WebRequestModuleElementCollection.cs
- XmlSchemaCollection.cs
- StylusShape.cs
- FlowDocumentView.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- ProfileBuildProvider.cs
- initElementDictionary.cs
- DataTableCollection.cs
- LicenseProviderAttribute.cs
- ArgumentValidation.cs
- RtType.cs
- ApplicationManager.cs
- HttpProcessUtility.cs
- RemotingServices.cs
- XmlAtomicValue.cs
- TextBoxBaseDesigner.cs
- AudioSignalProblemOccurredEventArgs.cs
- ConfigurationValidatorBase.cs
- DataGridViewRowPrePaintEventArgs.cs
- Aggregates.cs
- Debug.cs
- ResourceManager.cs
- TypeHelpers.cs
- DBNull.cs
- DocumentReference.cs
- SynchronizedDispatch.cs
- ImageButton.cs
- FontUnit.cs
- HttpCacheVary.cs
- HttpSysSettings.cs
- WorkflowInstanceQuery.cs
- XPathNodePointer.cs
- ExecutionContext.cs
- PlatformCulture.cs
- HtmlInputCheckBox.cs
- HtmlPanelAdapter.cs
- XmlCDATASection.cs
- TypeUtil.cs
- MatrixTransform3D.cs
- NativeMethodsOther.cs
- ReadOnlyDataSourceView.cs
- ListItemConverter.cs
- BaseServiceProvider.cs
- PageCache.cs
- UIElementIsland.cs
- CompositeKey.cs
- TextFormatterImp.cs
- TemplateDefinition.cs
- basevalidator.cs
- UserControl.cs
- Trigger.cs
- DataBoundControlHelper.cs
- TypeExtension.cs
- MostlySingletonList.cs
- _FtpControlStream.cs
- MultiTouchSystemGestureLogic.cs
- XpsSerializationManager.cs
- FromReply.cs
- TemplateControl.cs
- HtmlTextArea.cs
- ReaderWriterLock.cs
- LocatorPart.cs
- BindingContext.cs
- BrowserCapabilitiesCompiler.cs
- TargetFrameworkAttribute.cs
- SchemaInfo.cs
- ComplexPropertyEntry.cs
- BigIntegerStorage.cs
- SimpleExpression.cs
- RsaEndpointIdentity.cs
- FileSecurity.cs
- ComponentChangingEvent.cs
- SecurityTokenTypes.cs
- SequentialWorkflowHeaderFooter.cs
- RenderingEventArgs.cs
- HideDisabledControlAdapter.cs
- ImageSource.cs
- HtmlInputCheckBox.cs
- WorkflowRuntimeServicesBehavior.cs
- ComboBoxRenderer.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- _SecureChannel.cs
- PeerInputChannelListener.cs
- LocalServiceSecuritySettings.cs
- SoapSchemaMember.cs
- DateTimeFormat.cs
- Registration.cs
- MsmqMessageSerializationFormat.cs
- HostedElements.cs
- RealProxy.cs
- SetIterators.cs
- MetadataFile.cs
- Stackframe.cs
- XmlDataDocument.cs
- HotCommands.cs
- _DisconnectOverlappedAsyncResult.cs
- RestrictedTransactionalPackage.cs
- ColumnProvider.cs
- IERequestCache.cs