Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripDropDownClosingEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlRecordBuffer.cs
- ObjectConverter.cs
- ResourceManager.cs
- PasswordBoxAutomationPeer.cs
- MsmqAppDomainProtocolHandler.cs
- XmlSchemaInfo.cs
- ObjectDataSourceEventArgs.cs
- LineInfo.cs
- DataSourceControl.cs
- FlowDocumentReader.cs
- DocumentOrderQuery.cs
- CharConverter.cs
- AlignmentYValidation.cs
- Encoder.cs
- HitTestParameters3D.cs
- ServiceInstanceProvider.cs
- PathParser.cs
- DocumentViewer.cs
- AsnEncodedData.cs
- GatewayDefinition.cs
- formatter.cs
- ActivationArguments.cs
- Main.cs
- safemediahandle.cs
- LongSumAggregationOperator.cs
- PermissionRequestEvidence.cs
- IChannel.cs
- AttachedProperty.cs
- OleDbReferenceCollection.cs
- ImportCatalogPart.cs
- BuildProvider.cs
- DataGridViewBindingCompleteEventArgs.cs
- figurelengthconverter.cs
- MenuCommand.cs
- CodeDOMProvider.cs
- Logging.cs
- TraceListeners.cs
- X509CertificateCollection.cs
- ReflectEventDescriptor.cs
- CursorEditor.cs
- CacheSection.cs
- Int64AnimationBase.cs
- CorrelationToken.cs
- NavigationExpr.cs
- SqlAliaser.cs
- URLEditor.cs
- CreateUserWizardStep.cs
- OracleInternalConnection.cs
- MenuItem.cs
- CheckPair.cs
- PerspectiveCamera.cs
- PropertyDescriptorGridEntry.cs
- ReadOnlyDataSource.cs
- SuppressMergeCheckAttribute.cs
- ToolStripPanelDesigner.cs
- HwndPanningFeedback.cs
- CacheForPrimitiveTypes.cs
- SmiEventSink_DeferedProcessing.cs
- ChtmlMobileTextWriter.cs
- CqlIdentifiers.cs
- AutoSizeComboBox.cs
- ConfigurationStrings.cs
- XmlLinkedNode.cs
- TypeDescriptionProviderAttribute.cs
- TableColumn.cs
- CurrencyWrapper.cs
- ContainerFilterService.cs
- FastEncoder.cs
- FormViewModeEventArgs.cs
- ErrorHandlerFaultInfo.cs
- MulticastNotSupportedException.cs
- Activity.cs
- RegexCompilationInfo.cs
- ReliableInputConnection.cs
- OrthographicCamera.cs
- MarkupCompiler.cs
- DataGridSortCommandEventArgs.cs
- NativeMethodsOther.cs
- SystemGatewayIPAddressInformation.cs
- Marshal.cs
- CheckBoxFlatAdapter.cs
- XmlReaderSettings.cs
- Triangle.cs
- FlowLayout.cs
- ItemChangedEventArgs.cs
- DigitalSignature.cs
- InheritanceContextChangedEventManager.cs
- wmiutil.cs
- EventEntry.cs
- DataGridViewCellStyleConverter.cs
- PtsHelper.cs
- FixedSOMImage.cs
- DateTimeFormat.cs
- XmlILModule.cs
- StrokeCollectionDefaultValueFactory.cs
- PseudoWebRequest.cs
- BitConverter.cs
- ProfileGroupSettings.cs
- IntegerValidator.cs
- HttpModulesSection.cs