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
- CalculatedColumn.cs
- ImmutablePropertyDescriptorGridEntry.cs
- Comparer.cs
- X509Certificate.cs
- DesignerDataView.cs
- HuffModule.cs
- MachineSettingsSection.cs
- SystemIPAddressInformation.cs
- HandlerFactoryCache.cs
- SvcMapFileLoader.cs
- MouseGestureValueSerializer.cs
- Empty.cs
- CSharpCodeProvider.cs
- ActivationServices.cs
- ControlUtil.cs
- EntityContainerEmitter.cs
- SystemUnicastIPAddressInformation.cs
- TypeUnloadedException.cs
- InstallerTypeAttribute.cs
- MethodCallConverter.cs
- VSWCFServiceContractGenerator.cs
- GridViewCancelEditEventArgs.cs
- NotImplementedException.cs
- EnumMemberAttribute.cs
- TimeSpan.cs
- ParserContext.cs
- WindowsGraphicsWrapper.cs
- NegotiateStream.cs
- Decimal.cs
- TraceData.cs
- HitTestParameters3D.cs
- Comparer.cs
- CopyOnWriteList.cs
- ImageMap.cs
- MetadataExchangeClient.cs
- PackageRelationshipSelector.cs
- TextReader.cs
- XhtmlBasicLinkAdapter.cs
- MarkedHighlightComponent.cs
- UserNamePasswordServiceCredential.cs
- ConnectionPointCookie.cs
- InstrumentationTracker.cs
- QuaternionAnimationBase.cs
- PropertyCondition.cs
- FtpWebRequest.cs
- XsltArgumentList.cs
- CodeAttributeDeclaration.cs
- DataBinding.cs
- DataGridRowsPresenter.cs
- DiscoveryViaBehavior.cs
- IndexObject.cs
- XmlImplementation.cs
- SqlReferenceCollection.cs
- SignedInfo.cs
- InternalBufferOverflowException.cs
- SByte.cs
- EntityDataSourceSelectingEventArgs.cs
- PriorityQueue.cs
- ParserOptions.cs
- LogEntry.cs
- PropertyPath.cs
- X509Logo.cs
- ExpressionUtilities.cs
- CounterCreationDataCollection.cs
- RegisteredExpandoAttribute.cs
- mediaeventargs.cs
- InfocardClientCredentials.cs
- SimpleBitVector32.cs
- Annotation.cs
- TreeViewDataItemAutomationPeer.cs
- DelimitedListTraceListener.cs
- Attribute.cs
- IndexOutOfRangeException.cs
- TextSearch.cs
- TableStyle.cs
- MgmtResManager.cs
- IMembershipProvider.cs
- PopupControlService.cs
- _AuthenticationState.cs
- DataGridColumnsPage.cs
- TableLayoutPanelCellPosition.cs
- ChtmlMobileTextWriter.cs
- RtfControlWordInfo.cs
- EncryptedPackageFilter.cs
- Point3D.cs
- TraceContextRecord.cs
- SizeAnimationClockResource.cs
- InputLangChangeEvent.cs
- TrustVersion.cs
- RectAnimation.cs
- BufferedStream.cs
- MemberAssignmentAnalysis.cs
- RenderData.cs
- VersionValidator.cs
- GradientBrush.cs
- BitmapEffect.cs
- WebPartMinimizeVerb.cs
- WasEndpointConfigContainer.cs
- ComEventsHelper.cs
- WindowsScrollBar.cs