Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripDropDownClosingEventArgs.cs / 1 / ToolStripDropDownClosingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; // SECREVIEW - for the "Cancel" to be honored, you must have AllWindowsPermission // i.e. ToolStripDropDown.IsRestrictedWindow MUST be false. // for more details see ToolStripDropDown.SetVisibleCore public class ToolStripDropDownClosingEventArgs : CancelEventArgs { ToolStripDropDownCloseReason closeReason; public ToolStripDropDownClosingEventArgs(ToolStripDropDownCloseReason reason) { closeReason = reason; } public ToolStripDropDownCloseReason CloseReason { get { return closeReason; } } // TBD: CloseReason } } // 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
- Single.cs
- x509store.cs
- DataObjectCopyingEventArgs.cs
- FontDriver.cs
- DictionaryEntry.cs
- CqlErrorHelper.cs
- RemoteWebConfigurationHost.cs
- ImageList.cs
- DocumentGridContextMenu.cs
- StreamResourceInfo.cs
- BounceEase.cs
- CollectionBuilder.cs
- FactoryGenerator.cs
- WriteStateInfoBase.cs
- SystemParameters.cs
- ManagedFilter.cs
- Scheduler.cs
- BamlRecordReader.cs
- ListControlConvertEventArgs.cs
- PropertyValueChangedEvent.cs
- DbDeleteCommandTree.cs
- Comparer.cs
- DocumentGridContextMenu.cs
- WeakRefEnumerator.cs
- BitConverter.cs
- ViewGenResults.cs
- CodeIndexerExpression.cs
- XmlChildEnumerator.cs
- WebPartDescription.cs
- SystemIPInterfaceProperties.cs
- DeleteMemberBinder.cs
- CodeIdentifiers.cs
- AssociationSet.cs
- ToolStripItemTextRenderEventArgs.cs
- CodeStatementCollection.cs
- HtmlSelect.cs
- ISessionStateStore.cs
- CompilerGeneratedAttribute.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- AttributeCollection.cs
- Vector3DCollectionValueSerializer.cs
- Deflater.cs
- SiteMapSection.cs
- SQLRoleProvider.cs
- DescendantQuery.cs
- LoginView.cs
- graph.cs
- ApplicationActivator.cs
- BorderGapMaskConverter.cs
- SiteIdentityPermission.cs
- EncryptedPackageFilter.cs
- WindowsTitleBar.cs
- FrugalList.cs
- AccessibleObject.cs
- SiteMapNode.cs
- TemplateXamlParser.cs
- ParameterBuilder.cs
- HyperlinkAutomationPeer.cs
- _ShellExpression.cs
- DataControlLinkButton.cs
- MetaTableHelper.cs
- StylusPointPropertyId.cs
- HttpHandlerAction.cs
- DoubleUtil.cs
- HMACMD5.cs
- SoapEnumAttribute.cs
- CapabilitiesState.cs
- EnvelopeVersion.cs
- TextParagraphCache.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- BitmapEffectGroup.cs
- BitmapEffectDrawingContextWalker.cs
- TypeReference.cs
- ResourceReader.cs
- UInt32Storage.cs
- ListInitExpression.cs
- UserPreferenceChangedEventArgs.cs
- InstanceKeyView.cs
- InstancePersistenceContext.cs
- SBCSCodePageEncoding.cs
- SrgsDocument.cs
- GridPattern.cs
- DatagridviewDisplayedBandsData.cs
- RelatedEnd.cs
- Journal.cs
- COAUTHINFO.cs
- Point3DAnimation.cs
- MimeWriter.cs
- WebPart.cs
- RoutedPropertyChangedEventArgs.cs
- CodeLinePragma.cs
- ChtmlCommandAdapter.cs
- AlphabeticalEnumConverter.cs
- versioninfo.cs
- SecurityUtils.cs
- PropertyTabChangedEvent.cs
- ForEachAction.cs
- TimeSpanMinutesConverter.cs
- ListViewItemMouseHoverEvent.cs
- Atom10ItemFormatter.cs