Code:
/ 4.0 / 4.0 / 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.
//------------------------------------------------------------------------------
//
// 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
- TagElement.cs
- GeneralTransform3DCollection.cs
- ToolStripSystemRenderer.cs
- SystemIPv6InterfaceProperties.cs
- X509CertificateCollection.cs
- Transform.cs
- ExclusiveCanonicalizationTransform.cs
- SqlDataSourceStatusEventArgs.cs
- ScrollProperties.cs
- EdmItemError.cs
- HealthMonitoringSection.cs
- EditorPart.cs
- FontFamily.cs
- XmlDeclaration.cs
- Int32CollectionValueSerializer.cs
- StorageEndPropertyMapping.cs
- ColumnMapVisitor.cs
- TransportationConfigurationTypeInstallComponent.cs
- Delegate.cs
- ItemContainerGenerator.cs
- ValueChangedEventManager.cs
- StaticContext.cs
- TraceXPathNavigator.cs
- CultureData.cs
- Assembly.cs
- DesigntimeLicenseContextSerializer.cs
- EnumConverter.cs
- EventProviderWriter.cs
- DbConnectionHelper.cs
- StructuralObject.cs
- Error.cs
- InlineUIContainer.cs
- CompatibleComparer.cs
- formatter.cs
- Symbol.cs
- SmtpReplyReaderFactory.cs
- ErrorHandler.cs
- CalendarSelectionChangedEventArgs.cs
- MachineSettingsSection.cs
- HeaderUtility.cs
- translator.cs
- ComboBoxRenderer.cs
- BitmapEffectInputData.cs
- Nullable.cs
- XmlNotation.cs
- PackagingUtilities.cs
- SiteMapNodeCollection.cs
- WmlFormAdapter.cs
- XmlSchemaSequence.cs
- SafeUserTokenHandle.cs
- MetadataPropertyvalue.cs
- WindowsListViewItemStartMenu.cs
- MetadataExchangeClient.cs
- RemoteAsymmetricSignatureFormatter.cs
- AttachedPropertyBrowsableAttribute.cs
- MethodMessage.cs
- ScrollBar.cs
- Style.cs
- DataObjectMethodAttribute.cs
- Matrix.cs
- querybuilder.cs
- FormParameter.cs
- TimeSpan.cs
- BoolExpr.cs
- MessageDecoder.cs
- LocalBuilder.cs
- CodeCommentStatement.cs
- TabControlCancelEvent.cs
- NaturalLanguageHyphenator.cs
- Model3DGroup.cs
- DbDataReader.cs
- CultureSpecificCharacterBufferRange.cs
- XmlSchemaAny.cs
- SqlBulkCopyColumnMappingCollection.cs
- ArrangedElement.cs
- SqlNodeTypeOperators.cs
- RadioButtonPopupAdapter.cs
- ObjectReaderCompiler.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- TemplateInstanceAttribute.cs
- DataRelation.cs
- DeflateStream.cs
- Effect.cs
- AllMembershipCondition.cs
- HttpUnhandledOperationInvoker.cs
- FontDialog.cs
- KeyEventArgs.cs
- SiteMapPath.cs
- DataSourceControl.cs
- OleDbReferenceCollection.cs
- XsltException.cs
- DoubleKeyFrameCollection.cs
- DictionarySectionHandler.cs
- OdbcException.cs
- TraceSection.cs
- ButtonBaseAdapter.cs
- EndpointAddress10.cs
- AuthenticationService.cs
- WebResourceAttribute.cs
- _DisconnectOverlappedAsyncResult.cs