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
- ObjectSet.cs
- FontFamilyIdentifier.cs
- SharedConnectionListener.cs
- FormViewPageEventArgs.cs
- RenderContext.cs
- CodeIdentifiers.cs
- Group.cs
- BasicBrowserDialog.cs
- CodeAccessSecurityEngine.cs
- FixedPageProcessor.cs
- AdapterUtil.cs
- CancellableEnumerable.cs
- VisualStyleInformation.cs
- X509Certificate.cs
- MachineKey.cs
- Expression.cs
- HelpEvent.cs
- RedBlackList.cs
- CompositeScriptReference.cs
- Assert.cs
- WrapPanel.cs
- GridViewColumnHeader.cs
- SelectionPattern.cs
- FunctionParameter.cs
- metadatamappinghashervisitor.cs
- DataColumn.cs
- Point3DValueSerializer.cs
- ModuleBuilder.cs
- RectangleHotSpot.cs
- SlipBehavior.cs
- SingleStorage.cs
- PassportAuthenticationEventArgs.cs
- PipelineModuleStepContainer.cs
- PageRanges.cs
- StreamGeometryContext.cs
- QuestionEventArgs.cs
- Package.cs
- StyleModeStack.cs
- ListViewItem.cs
- SqlProcedureAttribute.cs
- DiagnosticStrings.cs
- DbUpdateCommandTree.cs
- SecurityContextKeyIdentifierClause.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- DispatchWrapper.cs
- Point3DCollection.cs
- InfoCardSchemas.cs
- EventMappingSettingsCollection.cs
- CharacterBuffer.cs
- InputQueue.cs
- DataContractJsonSerializer.cs
- KeyValueConfigurationElement.cs
- TopClause.cs
- MultiTrigger.cs
- Help.cs
- BitmapVisualManager.cs
- DesignerAutoFormatCollection.cs
- IDQuery.cs
- CommandField.cs
- ServiceObjectContainer.cs
- BidOverLoads.cs
- StylusPointDescription.cs
- XamlInterfaces.cs
- JournalEntry.cs
- HttpsHostedTransportConfiguration.cs
- ConnectionPointCookie.cs
- ExtensionSurface.cs
- DataRelationCollection.cs
- ChameleonKey.cs
- ParserStreamGeometryContext.cs
- NotificationContext.cs
- DebuggerAttributes.cs
- ValuePattern.cs
- ValueTable.cs
- ProfessionalColors.cs
- PropertyChangedEventArgs.cs
- TrackingMemoryStreamFactory.cs
- ReadOnlyDictionary.cs
- ServiceOperationParameter.cs
- EdmConstants.cs
- CodeGotoStatement.cs
- ProfessionalColorTable.cs
- SelectionItemProviderWrapper.cs
- PropertyCollection.cs
- ManagementQuery.cs
- ColorPalette.cs
- EventHandlersDesigner.cs
- XamlFilter.cs
- DataListItem.cs
- DbProviderServices.cs
- WsdlImporterElementCollection.cs
- HttpConfigurationSystem.cs
- localization.cs
- AccessibleObject.cs
- ObjectComplexPropertyMapping.cs
- EqualityComparer.cs
- XamlValidatingReader.cs
- DrawingCollection.cs
- _HeaderInfoTable.cs
- UserPreferenceChangedEventArgs.cs