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
- Timer.cs
- TerminatorSinks.cs
- PositiveTimeSpanValidatorAttribute.cs
- CalendarAutomationPeer.cs
- TransactionInterop.cs
- URL.cs
- StringKeyFrameCollection.cs
- UnicodeEncoding.cs
- GenericEnumConverter.cs
- MenuStrip.cs
- SoapEnumAttribute.cs
- BitmapEffectGeneralTransform.cs
- XmlWrappingReader.cs
- ListControlConvertEventArgs.cs
- PersonalizationStateInfoCollection.cs
- XamlSerializerUtil.cs
- FastEncoderWindow.cs
- SignatureHelper.cs
- ToolStripTemplateNode.cs
- DigestComparer.cs
- DbResourceAllocator.cs
- FileEnumerator.cs
- FixedElement.cs
- ComplusTypeValidator.cs
- FacetValues.cs
- TemplateField.cs
- ErrorTableItemStyle.cs
- HtmlWindowCollection.cs
- GenerateTemporaryTargetAssembly.cs
- ListView.cs
- TemplateDefinition.cs
- SafeThreadHandle.cs
- DrawingServices.cs
- MsmqInputChannelListener.cs
- WebPartExportVerb.cs
- InputProcessorProfilesLoader.cs
- DefaultIfEmptyQueryOperator.cs
- MetadataArtifactLoader.cs
- DBConnection.cs
- SqlBooleanizer.cs
- XmlSchemaRedefine.cs
- AttachedPropertyMethodSelector.cs
- TextServicesCompartmentEventSink.cs
- IriParsingElement.cs
- ToolStripDesigner.cs
- TemplateNameScope.cs
- DataPagerField.cs
- TextTreeTextElementNode.cs
- DesignerAttribute.cs
- NullExtension.cs
- ConditionValidator.cs
- TypeLoadException.cs
- Visual3D.cs
- PrefixQName.cs
- RawAppCommandInputReport.cs
- FontEmbeddingManager.cs
- LinkTarget.cs
- TableLayoutCellPaintEventArgs.cs
- EntityContainerEntitySet.cs
- DataGridViewTextBoxColumn.cs
- CodeTypeReferenceExpression.cs
- XmlSchemaSimpleContentExtension.cs
- StatusBarPanelClickEvent.cs
- DescendantQuery.cs
- FontSource.cs
- Rect3D.cs
- SafeHandle.cs
- PingReply.cs
- RelatedImageListAttribute.cs
- LazyLoadBehavior.cs
- DataBinder.cs
- ConnectionConsumerAttribute.cs
- RtfNavigator.cs
- MetafileEditor.cs
- ExpressionPrefixAttribute.cs
- DynamicQueryableWrapper.cs
- ImageListUtils.cs
- IconEditor.cs
- XmlEncodedRawTextWriter.cs
- SelectionProviderWrapper.cs
- InvariantComparer.cs
- PrinterUnitConvert.cs
- PolicyConversionContext.cs
- MatrixTransform3D.cs
- RtfToXamlReader.cs
- NativeMethods.cs
- TdsEnums.cs
- HttpProfileBase.cs
- PageVisual.cs
- Part.cs
- ConstraintEnumerator.cs
- ColorConverter.cs
- AsymmetricCryptoHandle.cs
- ValueSerializer.cs
- RC2CryptoServiceProvider.cs
- ErrorLog.cs
- ProcessModelInfo.cs
- ToolBarPanel.cs
- WindowsFormsSectionHandler.cs
- safex509handles.cs