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
- CalendarDay.cs
- AssemblyBuilder.cs
- QuaternionAnimationBase.cs
- OleDbCommandBuilder.cs
- ObjectItemCollection.cs
- SamlEvidence.cs
- FixedSOMPageElement.cs
- XPathPatternBuilder.cs
- XDeferredAxisSource.cs
- SqlParameter.cs
- DataSourceComponent.cs
- LinearQuaternionKeyFrame.cs
- SqlInternalConnectionSmi.cs
- HierarchicalDataSourceConverter.cs
- ToolStripPanelRow.cs
- TrackBar.cs
- HtmlHead.cs
- CodeTypeOfExpression.cs
- AppDomainFactory.cs
- DataGridView.cs
- CleanUpVirtualizedItemEventArgs.cs
- validation.cs
- DocumentViewerBaseAutomationPeer.cs
- SoapTransportImporter.cs
- WebPartZone.cs
- TypeConverterHelper.cs
- IdentityReference.cs
- X509ChainPolicy.cs
- HttpApplicationFactory.cs
- ListViewInsertEventArgs.cs
- IsolationInterop.cs
- Int16Storage.cs
- ConfigXmlElement.cs
- RegexCode.cs
- RequestQueue.cs
- XmlSchemaAnnotation.cs
- CodeMemberEvent.cs
- ImportOptions.cs
- MasterPageParser.cs
- InputLangChangeRequestEvent.cs
- Events.cs
- DocumentGrid.cs
- WebPartTransformerCollection.cs
- SafeUserTokenHandle.cs
- ClientSettings.cs
- TextRangeProviderWrapper.cs
- JoinCqlBlock.cs
- LoginCancelEventArgs.cs
- WbmpConverter.cs
- PreDigestedSignedInfo.cs
- SimpleBitVector32.cs
- TrackingDataItemValue.cs
- XhtmlBasicPhoneCallAdapter.cs
- GridSplitter.cs
- AncillaryOps.cs
- SequentialOutput.cs
- IntSecurity.cs
- XPathBinder.cs
- DotExpr.cs
- ConfigXmlWhitespace.cs
- ProviderConnectionPointCollection.cs
- SpecialFolderEnumConverter.cs
- RealizationContext.cs
- AmbientLight.cs
- PeerResolver.cs
- PolicyValidator.cs
- ObjectStateManagerMetadata.cs
- _ShellExpression.cs
- CompositeControl.cs
- FunctionMappingTranslator.cs
- InputScopeManager.cs
- CodeGenerator.cs
- Switch.cs
- ClientConfigurationSystem.cs
- InvalidOperationException.cs
- ToolTipService.cs
- ResXResourceWriter.cs
- SafeArrayTypeMismatchException.cs
- EventlogProvider.cs
- TimeoutValidationAttribute.cs
- SmtpFailedRecipientsException.cs
- ColorTranslator.cs
- WebPartUtil.cs
- COAUTHINFO.cs
- ObjRef.cs
- CodeCastExpression.cs
- XmlDataCollection.cs
- SqlGenericUtil.cs
- ConnectionStringsExpressionEditor.cs
- SplitterPanel.cs
- dbenumerator.cs
- CodeTypeReferenceCollection.cs
- DataBindingCollectionConverter.cs
- HtmlImage.cs
- InvalidDataException.cs
- PropertyTabChangedEvent.cs
- XmlSignatureProperties.cs
- ResolveCompletedEventArgs.cs
- XmlUTF8TextReader.cs
- TableRowGroup.cs