Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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}"); ////// /// 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.] ///// 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
- ModelTreeEnumerator.cs
- ListSortDescriptionCollection.cs
- XmlQueryOutput.cs
- CreateUserErrorEventArgs.cs
- FamilyCollection.cs
- SHA256Managed.cs
- SQLDateTime.cs
- StructuredTypeInfo.cs
- DoubleCollection.cs
- TextRunCacheImp.cs
- shaperfactory.cs
- XmlUTF8TextReader.cs
- ExpanderAutomationPeer.cs
- ToolbarAUtomationPeer.cs
- SerializationEventsCache.cs
- OleDbError.cs
- CellConstantDomain.cs
- PathParser.cs
- SafeBitVector32.cs
- StopStoryboard.cs
- Timer.cs
- XpsSerializerWriter.cs
- Int16AnimationBase.cs
- XmlWriter.cs
- ConsumerConnectionPointCollection.cs
- MenuEventArgs.cs
- XmlHierarchyData.cs
- WebPartManagerInternals.cs
- PrintDialog.cs
- ToolStripItemRenderEventArgs.cs
- querybuilder.cs
- XPathDescendantIterator.cs
- ProfileSettings.cs
- BindingBase.cs
- InkCollectionBehavior.cs
- MemberDescriptor.cs
- FontStretch.cs
- SiteMapSection.cs
- DropShadowBitmapEffect.cs
- AttributeInfo.cs
- WrappingXamlSchemaContext.cs
- FirstMatchCodeGroup.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- ParallelTimeline.cs
- UpdateExpressionVisitor.cs
- ECDiffieHellmanPublicKey.cs
- AssemblyInfo.cs
- SystemUdpStatistics.cs
- DetailsViewRow.cs
- RtfToXamlReader.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ValidationErrorCollection.cs
- DynamicAttribute.cs
- Component.cs
- DataListItemEventArgs.cs
- DataGridComponentEditor.cs
- WindowsFormsEditorServiceHelper.cs
- TargetPerspective.cs
- SspiSecurityTokenParameters.cs
- HebrewCalendar.cs
- TaiwanCalendar.cs
- VBCodeProvider.cs
- Socket.cs
- ChtmlTextWriter.cs
- SmtpMail.cs
- MSG.cs
- HttpContext.cs
- WebConfigurationManager.cs
- Button.cs
- FormatConvertedBitmap.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- ScriptBehaviorDescriptor.cs
- SoapReflectionImporter.cs
- Base64WriteStateInfo.cs
- altserialization.cs
- NamedObject.cs
- KnownAssemblyEntry.cs
- FloaterBaseParagraph.cs
- FullTextBreakpoint.cs
- AsyncOperation.cs
- BitmapSource.cs
- InkCollectionBehavior.cs
- SqlRetyper.cs
- CheckBoxRenderer.cs
- Int16.cs
- ChannelSinkStacks.cs
- FormatSettings.cs
- FileUtil.cs
- MediaContext.cs
- DocumentEventArgs.cs
- GacUtil.cs
- PeerTransportListenAddressValidatorAttribute.cs
- SqlInfoMessageEvent.cs
- EntityCommand.cs
- BrowserCapabilitiesFactoryBase.cs
- BindToObject.cs
- KeyBinding.cs
- DashStyle.cs
- PeerResolverBindingElement.cs
- Keywords.cs