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}"); ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthenticationService.cs
- LayoutEvent.cs
- ExtensionFile.cs
- coordinator.cs
- MetadataPropertyvalue.cs
- SafeNativeMethods.cs
- IDispatchConstantAttribute.cs
- XmlSchemaSequence.cs
- SpAudioStreamWrapper.cs
- EventWaitHandle.cs
- DataListItemCollection.cs
- InternalConfigEventArgs.cs
- WindowsListViewGroup.cs
- ZoneButton.cs
- CompensableActivity.cs
- CodeAccessPermission.cs
- LingerOption.cs
- FileDetails.cs
- DataIdProcessor.cs
- SHA256Managed.cs
- PowerEase.cs
- TripleDES.cs
- SimpleTypeResolver.cs
- ConvertEvent.cs
- QueryInterceptorAttribute.cs
- ComboBoxRenderer.cs
- ContentPlaceHolder.cs
- DataGridViewTextBoxColumn.cs
- BorderGapMaskConverter.cs
- CodeTypeMember.cs
- WindowsScrollBarBits.cs
- DescendentsWalkerBase.cs
- _NestedMultipleAsyncResult.cs
- SelfIssuedTokenFactoryCredential.cs
- ProtocolsConfigurationEntry.cs
- Cursors.cs
- CustomAttribute.cs
- GenericQueueSurrogate.cs
- ObjectDataSourceView.cs
- Solver.cs
- RenderingEventArgs.cs
- Rfc2898DeriveBytes.cs
- DataGridColumn.cs
- BasicKeyConstraint.cs
- HashHelpers.cs
- FullTextState.cs
- DictionaryCustomTypeDescriptor.cs
- HtmlEncodedRawTextWriter.cs
- FixedSOMSemanticBox.cs
- CatalogZone.cs
- FixedTextContainer.cs
- PersonalizableTypeEntry.cs
- DynamicPropertyHolder.cs
- TargetInvocationException.cs
- RegexWorker.cs
- RequestCacheValidator.cs
- ToolStripEditorManager.cs
- DiscoveryUtility.cs
- XmlNodeList.cs
- RequestStatusBarUpdateEventArgs.cs
- XpsPackagingException.cs
- oledbconnectionstring.cs
- TextContainerChangedEventArgs.cs
- DocumentScope.cs
- TextProviderWrapper.cs
- ToolboxSnapDragDropEventArgs.cs
- ValueSerializer.cs
- TextTreeDeleteContentUndoUnit.cs
- TrackBar.cs
- Psha1DerivedKeyGenerator.cs
- COM2ComponentEditor.cs
- RandomNumberGenerator.cs
- ParagraphResult.cs
- XmlValidatingReader.cs
- SnapshotChangeTrackingStrategy.cs
- ImageBrush.cs
- CleanUpVirtualizedItemEventArgs.cs
- BroadcastEventHelper.cs
- ObjectReferenceStack.cs
- ThaiBuddhistCalendar.cs
- CatalogZoneBase.cs
- PolyBezierSegment.cs
- WebRequest.cs
- MimeMapping.cs
- DateTimeConstantAttribute.cs
- IconHelper.cs
- AspNetSynchronizationContext.cs
- CodeIndexerExpression.cs
- TextSelection.cs
- ScriptingJsonSerializationSection.cs
- VisualState.cs
- NegatedCellConstant.cs
- GenericIdentity.cs
- TimeSpanStorage.cs
- CoTaskMemHandle.cs
- StandardToolWindows.cs
- WindowsNonControl.cs
- MetaModel.cs
- FilterQuery.cs
- DrawingDrawingContext.cs