Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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}");
///
///
/// [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
- DesignerSerializationVisibilityAttribute.cs
- DeploymentSection.cs
- View.cs
- BaseCodePageEncoding.cs
- CodeMethodReturnStatement.cs
- DllNotFoundException.cs
- SettingsContext.cs
- OpacityConverter.cs
- XmlSchemaGroup.cs
- SQLUtility.cs
- WorkflowDesignerColors.cs
- ConnectionDemuxer.cs
- DefaultWorkflowSchedulerService.cs
- DtrList.cs
- SQLBytesStorage.cs
- SizeConverter.cs
- IgnoreSectionHandler.cs
- HostingEnvironmentWrapper.cs
- WorkflowControlEndpoint.cs
- FixedSOMTextRun.cs
- BorderSidesEditor.cs
- ClientOptions.cs
- PinnedBufferMemoryStream.cs
- PrePrepareMethodAttribute.cs
- RecognizerStateChangedEventArgs.cs
- MenuItemBinding.cs
- ToolStripOverflowButton.cs
- __Error.cs
- EnumerationRangeValidationUtil.cs
- Transform3DGroup.cs
- HttpClientCertificate.cs
- HtmlHistory.cs
- RuntimeConfig.cs
- InternalControlCollection.cs
- FontSourceCollection.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Rect.cs
- graph.cs
- DbConnectionPoolGroup.cs
- SymDocumentType.cs
- CardSpacePolicyElement.cs
- DataControlFieldTypeEditor.cs
- ModulesEntry.cs
- BuilderPropertyEntry.cs
- ImageField.cs
- CqlWriter.cs
- TagPrefixCollection.cs
- RadioButton.cs
- Crc32Helper.cs
- SystemNetHelpers.cs
- BoundField.cs
- HttpContextServiceHost.cs
- CompilerCollection.cs
- DropDownButton.cs
- ArraySubsetEnumerator.cs
- DescendantOverDescendantQuery.cs
- XPathPatternParser.cs
- WebControlsSection.cs
- ProcessInputEventArgs.cs
- MessageBodyDescription.cs
- OleDbException.cs
- cookiecontainer.cs
- SettingsProperty.cs
- FrameworkTextComposition.cs
- BitmapEffectDrawingContent.cs
- Compilation.cs
- UITypeEditor.cs
- TrackingLocationCollection.cs
- EasingKeyFrames.cs
- ControlBuilder.cs
- BindMarkupExtensionSerializer.cs
- AuthenticateEventArgs.cs
- SqlProcedureAttribute.cs
- ToolbarAUtomationPeer.cs
- DataSourceView.cs
- SignatureResourcePool.cs
- HttpFileCollectionBase.cs
- QueryAsyncResult.cs
- SimpleModelProvider.cs
- OleDbRowUpdatingEvent.cs
- DuplicateWaitObjectException.cs
- StateMachineWorkflowInstance.cs
- XmlConverter.cs
- ScriptingRoleServiceSection.cs
- DirectionalLight.cs
- TreeViewImageIndexConverter.cs
- XmlSchemaSequence.cs
- SimpleExpression.cs
- LocalizeDesigner.cs
- TextFormatter.cs
- SyndicationDeserializer.cs
- EditorZoneDesigner.cs
- ModuleConfigurationInfo.cs
- TypeNameParser.cs
- Int64.cs
- safePerfProviderHandle.cs
- controlskin.cs
- DataControlExtensions.cs
- VariableQuery.cs
- ChannelTerminatedException.cs