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
- StylusLogic.cs
- _BasicClient.cs
- AnimationClock.cs
- Condition.cs
- HttpModuleAction.cs
- ObjectDataSourceMethodEditor.cs
- DataGridViewRowStateChangedEventArgs.cs
- InfoCardAsymmetricCrypto.cs
- XmlLinkedNode.cs
- activationcontext.cs
- SqlBulkCopy.cs
- ButtonChrome.cs
- RelationshipWrapper.cs
- SyndicationDeserializer.cs
- TraceContextRecord.cs
- XmlSchemaProviderAttribute.cs
- XmlValidatingReader.cs
- AndMessageFilterTable.cs
- HtmlTableCellCollection.cs
- ClientScriptManager.cs
- VirtualDirectoryMappingCollection.cs
- NameValuePermission.cs
- ListControl.cs
- MergeLocalizationDirectives.cs
- PackagePart.cs
- ReadOnlyHierarchicalDataSourceView.cs
- AutomationIdentifierGuids.cs
- StringArrayEditor.cs
- FileLogRecordHeader.cs
- PriorityItem.cs
- DetailsViewPageEventArgs.cs
- FixedDocumentPaginator.cs
- CompensatableTransactionScopeActivityDesigner.cs
- StandardMenuStripVerb.cs
- FileUpload.cs
- IProducerConsumerCollection.cs
- TypeDelegator.cs
- ItemCheckEvent.cs
- WorkflowWebService.cs
- ByteStreamGeometryContext.cs
- RuntimeConfigurationRecord.cs
- SessionStateSection.cs
- ImmutableObjectAttribute.cs
- SmtpAuthenticationManager.cs
- SqlColumnizer.cs
- FormattedTextSymbols.cs
- NonClientArea.cs
- printdlgexmarshaler.cs
- NotifyIcon.cs
- _SpnDictionary.cs
- SourceElementsCollection.cs
- DataObjectCopyingEventArgs.cs
- RemoteWebConfigurationHostServer.cs
- MiniModule.cs
- DeflateEmulationStream.cs
- CodeTypeDeclaration.cs
- XpsFilter.cs
- Policy.cs
- ListViewInsertionMark.cs
- DrawingContext.cs
- NamespaceQuery.cs
- JumpItem.cs
- Repeater.cs
- IdleTimeoutMonitor.cs
- XsdCachingReader.cs
- NetDataContractSerializer.cs
- DataGridViewLinkCell.cs
- CommonDialog.cs
- MoveSizeWinEventHandler.cs
- DataComponentMethodGenerator.cs
- TreeView.cs
- RelationshipDetailsRow.cs
- VScrollBar.cs
- PathGeometry.cs
- NestedContainer.cs
- ParserOptions.cs
- FragmentQueryKB.cs
- MetadataCollection.cs
- ContextBase.cs
- XsltException.cs
- EditCommandColumn.cs
- Rectangle.cs
- AccessDataSource.cs
- DataColumnChangeEvent.cs
- CommonObjectSecurity.cs
- FormViewUpdateEventArgs.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- Operator.cs
- assemblycache.cs
- AgileSafeNativeMemoryHandle.cs
- InputScopeManager.cs
- DebugController.cs
- ExceptionUtil.cs
- PlainXmlDeserializer.cs
- XmlMemberMapping.cs
- SizeFConverter.cs
- HtmlControlPersistable.cs
- DataControlFieldHeaderCell.cs
- Function.cs
- Rotation3DAnimation.cs