Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- cookiecontainer.cs
- XmlDataImplementation.cs
- PopupControlService.cs
- Selection.cs
- IPipelineRuntime.cs
- TemplatePropertyEntry.cs
- AutoGeneratedFieldProperties.cs
- SocketAddress.cs
- TreeNodeBindingCollection.cs
- GregorianCalendarHelper.cs
- RectAnimationBase.cs
- XmlQueryOutput.cs
- log.cs
- ParsedAttributeCollection.cs
- DocumentProperties.cs
- CrossContextChannel.cs
- IsolatedStorageFilePermission.cs
- XPathSelectionIterator.cs
- ColorDialog.cs
- ListControl.cs
- DBPropSet.cs
- NonParentingControl.cs
- ObjectToken.cs
- InvalidBodyAccessException.cs
- Vector3DKeyFrameCollection.cs
- Timer.cs
- RadioButtonFlatAdapter.cs
- BamlBinaryReader.cs
- CounterSetInstance.cs
- ReaderWriterLockWrapper.cs
- UidPropertyAttribute.cs
- ManagedIStream.cs
- TemplateContentLoader.cs
- PkcsUtils.cs
- CqlWriter.cs
- PolyBezierSegment.cs
- RightsManagementInformation.cs
- PingReply.cs
- TextSelection.cs
- DispatcherSynchronizationContext.cs
- UrlAuthFailedErrorFormatter.cs
- ListViewCommandEventArgs.cs
- CompilerGlobalScopeAttribute.cs
- FormParameter.cs
- BindMarkupExtensionSerializer.cs
- WebConfigurationHostFileChange.cs
- CriticalHandle.cs
- CqlQuery.cs
- TableSectionStyle.cs
- Animatable.cs
- AxHost.cs
- Wizard.cs
- EntityViewGenerationConstants.cs
- FileBasedResourceGroveler.cs
- OuterGlowBitmapEffect.cs
- TypeDefinition.cs
- FormatVersion.cs
- EventPropertyMap.cs
- ADMembershipProvider.cs
- RangeContentEnumerator.cs
- ParameterBuilder.cs
- WebPartActionVerb.cs
- ExpressionConverter.cs
- MailFileEditor.cs
- ProviderUtil.cs
- ProcessHost.cs
- Tracer.cs
- XamlPointCollectionSerializer.cs
- GeneralTransform3DCollection.cs
- ResXFileRef.cs
- ProcessModuleCollection.cs
- PassportAuthentication.cs
- SafeArrayRankMismatchException.cs
- TextTreePropertyUndoUnit.cs
- ProfileService.cs
- WebConfigurationFileMap.cs
- MdiWindowListStrip.cs
- ColorAnimationBase.cs
- cookiecontainer.cs
- OptimalBreakSession.cs
- DefaultMemberAttribute.cs
- EditorPartCollection.cs
- ClearTypeHintValidation.cs
- mediaeventargs.cs
- RelatedImageListAttribute.cs
- HandlerWithFactory.cs
- SelectManyQueryOperator.cs
- QueryableFilterUserControl.cs
- ReferenceEqualityComparer.cs
- FixedDocumentPaginator.cs
- NotifyCollectionChangedEventArgs.cs
- ObjectSet.cs
- X509Utils.cs
- InputReferenceExpression.cs
- StronglyTypedResourceBuilder.cs
- ConfigurationLockCollection.cs
- XmlAttributeOverrides.cs
- TypedRowGenerator.cs
- GridViewRow.cs
- safex509handles.cs