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
- BufferedGraphics.cs
- UriWriter.cs
- XmlQueryTypeFactory.cs
- DataColumnPropertyDescriptor.cs
- GroupQuery.cs
- CodeExpressionStatement.cs
- ConfigViewGenerator.cs
- CompositeTypefaceMetrics.cs
- RenderData.cs
- EntitySetBaseCollection.cs
- Point3DAnimationBase.cs
- UpdatePanelTriggerCollection.cs
- ObjectDataSourceDisposingEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- ProfileSection.cs
- OperationExecutionFault.cs
- SimpleType.cs
- TagPrefixInfo.cs
- RawStylusInput.cs
- GeneralTransform3DGroup.cs
- DataTableNewRowEvent.cs
- ExternalDataExchangeClient.cs
- CodeDOMUtility.cs
- XslNumber.cs
- RequestCachingSection.cs
- CollectionChangeEventArgs.cs
- BinaryNode.cs
- Types.cs
- UTF8Encoding.cs
- Shared.cs
- DataPagerCommandEventArgs.cs
- GeometryConverter.cs
- EncryptedData.cs
- Splitter.cs
- StringComparer.cs
- Attributes.cs
- ResourceBinder.cs
- DecoderFallbackWithFailureFlag.cs
- FormViewPageEventArgs.cs
- FacetValueContainer.cs
- Function.cs
- CalendarButtonAutomationPeer.cs
- XmlFormatWriterGenerator.cs
- ComponentDispatcher.cs
- BitmapCacheBrush.cs
- CellIdBoolean.cs
- CmsInterop.cs
- SafeNativeMethods.cs
- ToolStripContainerActionList.cs
- FontStyleConverter.cs
- ColumnCollection.cs
- CorePropertiesFilter.cs
- BufferedReadStream.cs
- PathGeometry.cs
- PropertyChange.cs
- ConstructorBuilder.cs
- XmlAttributeCache.cs
- DetailsViewRowCollection.cs
- Vector3DCollectionConverter.cs
- ResourcePermissionBaseEntry.cs
- HtmlInputText.cs
- SqlNotificationEventArgs.cs
- LiteralControl.cs
- EntityViewContainer.cs
- WCFServiceClientProxyGenerator.cs
- NameSpaceExtractor.cs
- ReferencedType.cs
- RoleManagerEventArgs.cs
- RawStylusSystemGestureInputReport.cs
- ClientRoleProvider.cs
- PrinterSettings.cs
- AsymmetricKeyExchangeFormatter.cs
- ControlCollection.cs
- DbConnectionPoolCounters.cs
- LayoutDump.cs
- FullTextBreakpoint.cs
- XmlSchemaValidationException.cs
- MenuItemBinding.cs
- baseaxisquery.cs
- BasicHttpBindingElement.cs
- TrackPoint.cs
- Border.cs
- DependencyProperty.cs
- DataGridViewDataErrorEventArgs.cs
- ThreadLocal.cs
- StylusButtonEventArgs.cs
- MonitoringDescriptionAttribute.cs
- ResourcePermissionBaseEntry.cs
- SchemaType.cs
- Trace.cs
- ValidationHelper.cs
- ImageSourceConverter.cs
- TraceHelpers.cs
- FeatureSupport.cs
- ScriptingSectionGroup.cs
- ListBoxItemWrapperAutomationPeer.cs
- FactoryMaker.cs
- XsdCachingReader.cs
- BasicKeyConstraint.cs
- DocumentOrderComparer.cs