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
- SubtreeProcessor.cs
- StringDictionary.cs
- GridView.cs
- ConstrainedDataObject.cs
- ReachBasicContext.cs
- Transform.cs
- FrugalList.cs
- BitStack.cs
- ScopelessEnumAttribute.cs
- CodeCompiler.cs
- LayoutEvent.cs
- ListViewItemMouseHoverEvent.cs
- ErrorRuntimeConfig.cs
- CompositeFontParser.cs
- TabControlAutomationPeer.cs
- TextOnlyOutput.cs
- KeyGestureValueSerializer.cs
- ExtensionElementCollection.cs
- LoadGrammarCompletedEventArgs.cs
- ToolStripDropDownMenu.cs
- ByteConverter.cs
- PieceNameHelper.cs
- StyleTypedPropertyAttribute.cs
- WindowsGraphicsCacheManager.cs
- Quack.cs
- StoreContentChangedEventArgs.cs
- Metadata.cs
- StorageComplexPropertyMapping.cs
- HttpTransportManager.cs
- Directory.cs
- HMAC.cs
- ShaderEffect.cs
- RepeaterItemEventArgs.cs
- ExpressionEditorAttribute.cs
- FloatUtil.cs
- HtmlTitle.cs
- MenuItemAutomationPeer.cs
- PointHitTestResult.cs
- DiagnosticsConfigurationHandler.cs
- SessionStateSection.cs
- BindableAttribute.cs
- OLEDB_Util.cs
- SqlBulkCopy.cs
- HasCopySemanticsAttribute.cs
- BinHexDecoder.cs
- Errors.cs
- XPathNavigator.cs
- Roles.cs
- DataGridViewCellEventArgs.cs
- ProfileSettings.cs
- XmlSchemaType.cs
- ListViewCommandEventArgs.cs
- Array.cs
- ClientRoleProvider.cs
- ObjectList.cs
- ImageBrush.cs
- Parameter.cs
- App.cs
- CodeDirectoryCompiler.cs
- InternalConfigConfigurationFactory.cs
- SmiEventSink_Default.cs
- InternalSafeNativeMethods.cs
- SystemGatewayIPAddressInformation.cs
- SerialPinChanges.cs
- XmlAttributeCollection.cs
- DataAdapter.cs
- HwndStylusInputProvider.cs
- NetworkInformationPermission.cs
- BinaryWriter.cs
- SurrogateSelector.cs
- DictionarySectionHandler.cs
- VariantWrapper.cs
- UIInitializationException.cs
- OrderedDictionary.cs
- OdbcUtils.cs
- PropertyConverter.cs
- HebrewCalendar.cs
- MouseButton.cs
- RijndaelManagedTransform.cs
- SafeCertificateStore.cs
- ResponseBodyWriter.cs
- DataGridTextBox.cs
- PropertyTab.cs
- HwndSubclass.cs
- SqlError.cs
- RequestBringIntoViewEventArgs.cs
- MembershipSection.cs
- ValidationEventArgs.cs
- HttpResponse.cs
- RemotingAttributes.cs
- Vector.cs
- XmlDocumentSerializer.cs
- ViewManagerAttribute.cs
- CannotUnloadAppDomainException.cs
- WebPartZoneCollection.cs
- PrintPreviewControl.cs
- SelectionProviderWrapper.cs
- InternalCache.cs
- PathFigure.cs
- DbParameterCollection.cs