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
- _NestedSingleAsyncResult.cs
- StylusButtonCollection.cs
- ErasingStroke.cs
- WebScriptMetadataFormatter.cs
- ConnectionManager.cs
- ToolStripDropDownClosingEventArgs.cs
- EnumerableRowCollectionExtensions.cs
- FlowDecision.cs
- DataGridViewImageCell.cs
- ManualResetEvent.cs
- DataGridColumnCollection.cs
- CalendarModeChangedEventArgs.cs
- FormsAuthenticationConfiguration.cs
- ToolStripPanelCell.cs
- OleDbMetaDataFactory.cs
- TerminatorSinks.cs
- ModifierKeysValueSerializer.cs
- SqlResolver.cs
- WorkItem.cs
- FileChangesMonitor.cs
- Screen.cs
- BulletedListDesigner.cs
- AssemblyNameEqualityComparer.cs
- UnmanagedBitmapWrapper.cs
- HtmlSelectionListAdapter.cs
- SqlDataSourceFilteringEventArgs.cs
- WebConfigurationFileMap.cs
- SqlCacheDependencyDatabase.cs
- PackagingUtilities.cs
- JoinTreeSlot.cs
- BufferedOutputAsyncStream.cs
- SoapSchemaExporter.cs
- CompositeControlDesigner.cs
- SerializerProvider.cs
- MailAddress.cs
- SignedXml.cs
- AssemblyBuilderData.cs
- ComboBoxDesigner.cs
- TextPenaltyModule.cs
- WebBrowser.cs
- Internal.cs
- ServiceBuildProvider.cs
- SqlRewriteScalarSubqueries.cs
- ComplexObject.cs
- ScrollBar.cs
- TemplateEditingVerb.cs
- DataException.cs
- CodeTypeMember.cs
- CheckPair.cs
- WinFormsComponentEditor.cs
- PrintingPermission.cs
- SHA1CryptoServiceProvider.cs
- PriorityChain.cs
- PerformanceCounterNameAttribute.cs
- SettingsProperty.cs
- XmlSigningNodeWriter.cs
- UInt32.cs
- HttpResponse.cs
- ObjectQuery_EntitySqlExtensions.cs
- ZipIOExtraFieldZip64Element.cs
- AnnotationMap.cs
- SelectionProviderWrapper.cs
- PluralizationService.cs
- Identifier.cs
- WindowsEditBox.cs
- PolicyException.cs
- SqlCommandSet.cs
- DataStreams.cs
- Transform3DGroup.cs
- ThreadAbortException.cs
- HtmlProps.cs
- IdentityManager.cs
- ArcSegment.cs
- HScrollBar.cs
- WindowsTooltip.cs
- InstanceDescriptor.cs
- UIElement3DAutomationPeer.cs
- SynchronizationContext.cs
- LineGeometry.cs
- LifetimeServices.cs
- SafeCoTaskMem.cs
- HostedTransportConfigurationManager.cs
- Win32Native.cs
- DbParameterCollectionHelper.cs
- DesignerTextBoxAdapter.cs
- PartialToken.cs
- RSAPKCS1KeyExchangeFormatter.cs
- AssemblyAttributesGoHere.cs
- OdbcConnectionOpen.cs
- ConfigXmlText.cs
- Validator.cs
- TextTreeObjectNode.cs
- SvcMapFileLoader.cs
- CellTreeSimplifier.cs
- httpserverutility.cs
- RemotingConfiguration.cs
- QueryPageSettingsEventArgs.cs
- DataGridViewCellCollection.cs
- TimeSpanConverter.cs
- Application.cs