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}"); ////// /// 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
- FrameworkElementFactoryMarkupObject.cs
- PreloadHost.cs
- VersionUtil.cs
- ObjectManager.cs
- HMACMD5.cs
- TailCallAnalyzer.cs
- RootNamespaceAttribute.cs
- CallbackTimeoutsElement.cs
- HttpServerVarsCollection.cs
- HtmlShimManager.cs
- MetafileHeader.cs
- EnumDataContract.cs
- StrongName.cs
- XMLSchema.cs
- GridViewPageEventArgs.cs
- SemaphoreFullException.cs
- ContentOperations.cs
- UIElementHelper.cs
- SurrogateSelector.cs
- WindowInteropHelper.cs
- ContentType.cs
- GlyphsSerializer.cs
- BufferCache.cs
- XamlPathDataSerializer.cs
- HttpCookiesSection.cs
- ListControlBoundActionList.cs
- HtmlInputRadioButton.cs
- XmlBaseReader.cs
- PostBackTrigger.cs
- ScaleTransform3D.cs
- ReaderOutput.cs
- TimeSpanMinutesConverter.cs
- ClassHandlersStore.cs
- InlineObject.cs
- ProcessHost.cs
- OdbcRowUpdatingEvent.cs
- DetailsViewActionList.cs
- _SslStream.cs
- WebPartExportVerb.cs
- ServiceBehaviorElement.cs
- InlineObject.cs
- Int64Storage.cs
- ThemeConfigurationDialog.cs
- ParserContext.cs
- Vars.cs
- DispatcherFrame.cs
- XPathArrayIterator.cs
- UserValidatedEventArgs.cs
- Image.cs
- SparseMemoryStream.cs
- Floater.cs
- ItemCheckedEvent.cs
- TableColumnCollectionInternal.cs
- XmlExtensionFunction.cs
- IDictionary.cs
- ConfigurationStrings.cs
- QilStrConcatenator.cs
- WebHeaderCollection.cs
- ButtonChrome.cs
- HtmlInputRadioButton.cs
- MembershipPasswordException.cs
- MimeWriter.cs
- QueryCacheManager.cs
- DataViewListener.cs
- PassportAuthentication.cs
- MethodRental.cs
- SemanticResolver.cs
- FaultImportOptions.cs
- DropShadowBitmapEffect.cs
- DecoderReplacementFallback.cs
- DataGridViewCellCancelEventArgs.cs
- RecordConverter.cs
- WindowsStatic.cs
- UserCancellationException.cs
- TraceShell.cs
- HttpCookieCollection.cs
- RegexFCD.cs
- CodeIterationStatement.cs
- TemplateControl.cs
- _UncName.cs
- Classification.cs
- VisualTreeHelper.cs
- OuterGlowBitmapEffect.cs
- ClonableStack.cs
- PropertyInformationCollection.cs
- Tokenizer.cs
- DBSqlParserColumn.cs
- XmlBuffer.cs
- StoryFragments.cs
- DataGridViewRowsRemovedEventArgs.cs
- JsonDeserializer.cs
- DataGridItem.cs
- MethodToken.cs
- DataTemplateSelector.cs
- X509CertificateValidationMode.cs
- HostExecutionContextManager.cs
- IndicFontClient.cs
- ViewEventArgs.cs
- PathFigure.cs
- GridViewCancelEditEventArgs.cs