Code:
/ DotNET / DotNET / 8.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
- ItemCheckedEvent.cs
- BaseTreeIterator.cs
- ArglessEventHandlerProxy.cs
- WebProxyScriptElement.cs
- InheritablePropertyChangeInfo.cs
- QueueNameHelper.cs
- MessageHeaderDescription.cs
- WCFBuildProvider.cs
- BitFlagsGenerator.cs
- SerialReceived.cs
- DecoderExceptionFallback.cs
- ApplicationServicesHostFactory.cs
- OutputCache.cs
- QuaternionAnimation.cs
- PathParser.cs
- ServiceNameElementCollection.cs
- AsyncSerializedWorker.cs
- MaterialGroup.cs
- CustomCredentialPolicy.cs
- ExtendedTransformFactory.cs
- FrugalMap.cs
- WindowsTitleBar.cs
- SelectionWordBreaker.cs
- DirectoryInfo.cs
- FrameworkContentElementAutomationPeer.cs
- BlurBitmapEffect.cs
- SqlInfoMessageEvent.cs
- AppliedDeviceFiltersDialog.cs
- CollectionViewProxy.cs
- ClosableStream.cs
- SafeReadContext.cs
- SubclassTypeValidator.cs
- ObjectMemberMapping.cs
- UnsafePeerToPeerMethods.cs
- CodeMemberProperty.cs
- SqlClientFactory.cs
- Point3DCollectionConverter.cs
- FileIOPermission.cs
- SetIterators.cs
- GroupQuery.cs
- PrintPageEvent.cs
- DataTableTypeConverter.cs
- SID.cs
- MultiPageTextView.cs
- LingerOption.cs
- ClientTarget.cs
- AncillaryOps.cs
- AssemblyBuilder.cs
- PageStatePersister.cs
- InternalConfigSettingsFactory.cs
- BooleanConverter.cs
- SystemDropShadowChrome.cs
- BaseCodeDomTreeGenerator.cs
- PropertyItem.cs
- AnimationException.cs
- WebPartVerb.cs
- ServiceProviders.cs
- CodeNamespace.cs
- ComplexBindingPropertiesAttribute.cs
- DefaultExpression.cs
- FrameworkContentElement.cs
- XmlEncoding.cs
- IsolationInterop.cs
- ExpandableObjectConverter.cs
- QueryPageSettingsEventArgs.cs
- TextEncodedRawTextWriter.cs
- ActivityTrace.cs
- XmlChoiceIdentifierAttribute.cs
- CursorEditor.cs
- ContentIterators.cs
- TemplateControlParser.cs
- StylusPointPropertyId.cs
- KerberosSecurityTokenAuthenticator.cs
- HttpBufferlessInputStream.cs
- AttributeUsageAttribute.cs
- EventMap.cs
- HostExecutionContextManager.cs
- BaseParser.cs
- ImageListStreamer.cs
- MediaSystem.cs
- StyleCollection.cs
- SecureUICommand.cs
- AccessControlEntry.cs
- MeasureData.cs
- DashStyle.cs
- ArgumentNullException.cs
- Char.cs
- DateTimeParse.cs
- HandlerBase.cs
- SqlTrackingQuery.cs
- ColumnMapCopier.cs
- ContentPropertyAttribute.cs
- StaticFileHandler.cs
- NativeCppClassAttribute.cs
- ConnectionsZone.cs
- EditorOptionAttribute.cs
- HttpWebRequestElement.cs
- HttpGetClientProtocol.cs
- Cursors.cs
- TypeInfo.cs