Code:
/ 4.0 / 4.0 / untmp / 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}");
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsSpinner.cs
- DataSourceView.cs
- X509SecurityToken.cs
- ThreadStartException.cs
- Monitor.cs
- Parser.cs
- LinkLabel.cs
- LessThanOrEqual.cs
- DataGridViewCheckBoxColumn.cs
- ColumnTypeConverter.cs
- GenerateTemporaryTargetAssembly.cs
- MiniAssembly.cs
- SafeArrayTypeMismatchException.cs
- BindingEntityInfo.cs
- BinaryParser.cs
- ProxyWebPartConnectionCollection.cs
- CreateUserErrorEventArgs.cs
- AssertHelper.cs
- WindowsMenu.cs
- ConnectionsZoneAutoFormat.cs
- XmlChoiceIdentifierAttribute.cs
- HMACSHA384.cs
- BoundPropertyEntry.cs
- DtcInterfaces.cs
- NodeCounter.cs
- DateTime.cs
- ParameterModifier.cs
- SafeHandles.cs
- SystemInformation.cs
- CLSCompliantAttribute.cs
- ResolvedKeyFrameEntry.cs
- controlskin.cs
- PenCursorManager.cs
- SplayTreeNode.cs
- Matrix.cs
- DbConnectionPoolIdentity.cs
- ZoneIdentityPermission.cs
- WindowsTooltip.cs
- NetworkStream.cs
- ProfileService.cs
- ObjectTypeMapping.cs
- Polygon.cs
- PolicyManager.cs
- Vector3DKeyFrameCollection.cs
- TextParagraph.cs
- sqlser.cs
- DBSqlParserColumn.cs
- DataGridViewCellParsingEventArgs.cs
- XmlTextReaderImplHelpers.cs
- EasingKeyFrames.cs
- NetStream.cs
- DbConnectionClosed.cs
- FieldAccessException.cs
- MaskInputRejectedEventArgs.cs
- DefaultSerializationProviderAttribute.cs
- TextDocumentView.cs
- _LoggingObject.cs
- HealthMonitoringSection.cs
- WebFormsRootDesigner.cs
- PieceDirectory.cs
- ValidatorCompatibilityHelper.cs
- CacheChildrenQuery.cs
- Utility.cs
- FixedPageStructure.cs
- TypeProvider.cs
- Preprocessor.cs
- SmiConnection.cs
- MetadataCache.cs
- SqlPersistenceProviderFactory.cs
- XmlElementAttribute.cs
- ProtectedConfigurationSection.cs
- ExpandableObjectConverter.cs
- InheritablePropertyChangeInfo.cs
- ListParagraph.cs
- Matrix3DConverter.cs
- EmbeddedObject.cs
- ServicesUtilities.cs
- AssociationSetEnd.cs
- ScriptControlDescriptor.cs
- ImageMap.cs
- WhitespaceSignificantCollectionAttribute.cs
- CheckBoxRenderer.cs
- XmlComment.cs
- SqlUserDefinedTypeAttribute.cs
- BufferedReadStream.cs
- CodeObjectCreateExpression.cs
- RSACryptoServiceProvider.cs
- Point3D.cs
- RealizationContext.cs
- Point3DAnimationBase.cs
- MailBnfHelper.cs
- SchemaType.cs
- EntityDataSourceWrapper.cs
- ThreadExceptionEvent.cs
- ZipFileInfoCollection.cs
- AssemblyNameProxy.cs
- PartitionerQueryOperator.cs
- SharedStatics.cs
- DataGridViewDataConnection.cs
- XmlWhitespace.cs