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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnsafeNetInfoNativeMethods.cs
- WebServicesInteroperability.cs
- ValueUtilsSmi.cs
- ConversionValidationRule.cs
- TextTreeTextBlock.cs
- OracleBinary.cs
- SamlAdvice.cs
- XmlSerializerVersionAttribute.cs
- CompilerGeneratedAttribute.cs
- MetadataException.cs
- BackStopAuthenticationModule.cs
- DesignerRegionCollection.cs
- DeobfuscatingStream.cs
- ChangesetResponse.cs
- ScaleTransform3D.cs
- ProfileSettingsCollection.cs
- IntersectQueryOperator.cs
- ObjectPersistData.cs
- DataGridViewButtonCell.cs
- DefaultBindingPropertyAttribute.cs
- XamlSerializationHelper.cs
- FieldToken.cs
- GroupItem.cs
- IteratorFilter.cs
- KnownTypesHelper.cs
- GridViewPageEventArgs.cs
- ResXBuildProvider.cs
- OleDbTransaction.cs
- WeakEventManager.cs
- CollectionChangedEventManager.cs
- BamlCollectionHolder.cs
- SolidColorBrush.cs
- ComPersistableTypeElementCollection.cs
- Attribute.cs
- ParenthesizePropertyNameAttribute.cs
- XComponentModel.cs
- ContentElementAutomationPeer.cs
- BinaryConverter.cs
- TreeNodeClickEventArgs.cs
- DataExpression.cs
- StringOutput.cs
- XmlnsCache.cs
- ServiceBehaviorElementCollection.cs
- PaperSize.cs
- EnumDataContract.cs
- ExtenderControl.cs
- FormCollection.cs
- EncoderBestFitFallback.cs
- ClientData.cs
- SqlMethodTransformer.cs
- DataSourceControlBuilder.cs
- PropertyConverter.cs
- TraceHandler.cs
- SafeUserTokenHandle.cs
- UnSafeCharBuffer.cs
- PreviewPrintController.cs
- ReaderWriterLockWrapper.cs
- UnsafeNativeMethods.cs
- PageTheme.cs
- FtpRequestCacheValidator.cs
- activationcontext.cs
- DataGridViewDesigner.cs
- Win32SafeHandles.cs
- UidManager.cs
- DataRowCollection.cs
- AttachedAnnotationChangedEventArgs.cs
- StringFreezingAttribute.cs
- DrawingBrush.cs
- _AutoWebProxyScriptWrapper.cs
- ErrorHandlingAcceptor.cs
- ListBoxItemAutomationPeer.cs
- ClientScriptManagerWrapper.cs
- SimpleTableProvider.cs
- MouseButtonEventArgs.cs
- CompiledRegexRunner.cs
- Wizard.cs
- ScrollContentPresenter.cs
- SettingsProviderCollection.cs
- ListControl.cs
- WebPartConnectionsDisconnectVerb.cs
- LinearQuaternionKeyFrame.cs
- GroupJoinQueryOperator.cs
- ExpressionBuilderCollection.cs
- StringUtil.cs
- TextBox.cs
- GradientBrush.cs
- DiagnosticsConfiguration.cs
- MasterPage.cs
- sqlcontext.cs
- TriggerAction.cs
- ImageListUtils.cs
- ValueType.cs
- CodeBinaryOperatorExpression.cs
- BindingValueChangedEventArgs.cs
- KoreanLunisolarCalendar.cs
- ArrayWithOffset.cs
- precedingsibling.cs
- DataGridViewAdvancedBorderStyle.cs
- _HeaderInfoTable.cs
- StylusTip.cs