Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- XPathSingletonIterator.cs
- DocumentEventArgs.cs
- SafeWaitHandle.cs
- DataColumn.cs
- ValueHandle.cs
- Crypto.cs
- WindowsListViewScroll.cs
- FormatVersion.cs
- objectquery_tresulttype.cs
- AQNBuilder.cs
- HandlerElement.cs
- BindingSource.cs
- AnnotationMap.cs
- ListItem.cs
- TypeConverterAttribute.cs
- Converter.cs
- RotateTransform3D.cs
- SqlTriggerContext.cs
- SafeRegistryKey.cs
- AdRotator.cs
- StylusPoint.cs
- TypedElement.cs
- WindowHelperService.cs
- MinimizableAttributeTypeConverter.cs
- RowsCopiedEventArgs.cs
- EntityViewGenerationAttribute.cs
- GPStream.cs
- JapaneseLunisolarCalendar.cs
- SqlNotificationRequest.cs
- ServiceOperationParameter.cs
- Control.cs
- PlanCompiler.cs
- ParserStack.cs
- FormatterConverter.cs
- GridViewRowPresenter.cs
- FormatVersion.cs
- ScriptResourceHandler.cs
- SafeHandles.cs
- _AutoWebProxyScriptWrapper.cs
- ListView.cs
- BCLDebug.cs
- DesignerSerializerAttribute.cs
- UMPAttributes.cs
- DataView.cs
- ToolstripProfessionalRenderer.cs
- TextSearch.cs
- TreeView.cs
- ObjectDataSourceFilteringEventArgs.cs
- _AuthenticationState.cs
- IntAverageAggregationOperator.cs
- SBCSCodePageEncoding.cs
- Win32Native.cs
- DataViewManagerListItemTypeDescriptor.cs
- SystemIPv4InterfaceProperties.cs
- ProfileEventArgs.cs
- DataGridViewTopLeftHeaderCell.cs
- ActiveXSite.cs
- CodeExpressionCollection.cs
- SelectionItemPatternIdentifiers.cs
- XmlEntityReference.cs
- FocusChangedEventArgs.cs
- _ShellExpression.cs
- ArgumentException.cs
- EmbeddedMailObjectsCollection.cs
- WindowsTreeView.cs
- Stream.cs
- NamespaceListProperty.cs
- RootBrowserWindowAutomationPeer.cs
- QilCloneVisitor.cs
- WebExceptionStatus.cs
- XmlDataSource.cs
- TypeReference.cs
- DataGridViewColumnEventArgs.cs
- RangeValuePatternIdentifiers.cs
- GPStream.cs
- PassportAuthentication.cs
- SendMailErrorEventArgs.cs
- FormViewPagerRow.cs
- ClientUrlResolverWrapper.cs
- XmlCountingReader.cs
- ImageListImageEditor.cs
- DesignerTransaction.cs
- PartBasedPackageProperties.cs
- ProvidersHelper.cs
- DictionaryTraceRecord.cs
- MeasureItemEvent.cs
- ScriptManager.cs
- BitmapCodecInfoInternal.cs
- KeyManager.cs
- File.cs
- Adorner.cs
- SqlDataSourceView.cs
- FloaterBaseParaClient.cs
- PointValueSerializer.cs
- XPathPatternParser.cs
- DefaultProxySection.cs
- StandardBindingElementCollection.cs
- SqlInfoMessageEvent.cs
- Trace.cs
- SmtpClient.cs