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
- OdbcTransaction.cs
- TimeManager.cs
- UnsafeNativeMethods.cs
- Pair.cs
- SerializationInfoEnumerator.cs
- DataObjectPastingEventArgs.cs
- SqlMethods.cs
- CqlIdentifiers.cs
- MarginsConverter.cs
- XsdBuildProvider.cs
- AnnouncementInnerClientCD1.cs
- QilInvokeEarlyBound.cs
- QilPatternFactory.cs
- SplitterEvent.cs
- BaseResourcesBuildProvider.cs
- InternalMappingException.cs
- IProvider.cs
- PenLineJoinValidation.cs
- OdbcDataReader.cs
- NameService.cs
- StaticTextPointer.cs
- ButtonStandardAdapter.cs
- SpeakInfo.cs
- PrintDialog.cs
- OleDbConnection.cs
- ping.cs
- ItemsChangedEventArgs.cs
- MsmqMessage.cs
- CodeSnippetStatement.cs
- RemotingSurrogateSelector.cs
- XmlProcessingInstruction.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- WebPart.cs
- NullableDecimalSumAggregationOperator.cs
- lengthconverter.cs
- ToolboxItem.cs
- MergablePropertyAttribute.cs
- HttpListenerRequest.cs
- ChildTable.cs
- XPathNodeList.cs
- QilBinary.cs
- PathHelper.cs
- DataGridViewRowsAddedEventArgs.cs
- FilterInvalidBodyAccessException.cs
- IntranetCredentialPolicy.cs
- CheckPair.cs
- ScrollBar.cs
- CommandField.cs
- MemberMemberBinding.cs
- MemoryFailPoint.cs
- PartialTrustVisibleAssembly.cs
- XmlDesigner.cs
- WebPartManager.cs
- FlowLayoutSettings.cs
- GridViewDeleteEventArgs.cs
- TemplatedEditableDesignerRegion.cs
- TimeSpanConverter.cs
- ProcessProtocolHandler.cs
- ScrollContentPresenter.cs
- EntityDesignerBuildProvider.cs
- GlobalizationSection.cs
- ProviderMetadata.cs
- SafeEventLogWriteHandle.cs
- TemplateApplicationHelper.cs
- FileReservationCollection.cs
- SkewTransform.cs
- ProfileGroupSettings.cs
- IgnoreSectionHandler.cs
- CodeDomLoader.cs
- WorkflowServiceNamespace.cs
- NativeMethods.cs
- BamlLocalizabilityResolver.cs
- WorkflowMessageEventArgs.cs
- OutputCacheSection.cs
- EventsTab.cs
- TabControlEvent.cs
- VisualProxy.cs
- SafeMILHandle.cs
- XmlValueConverter.cs
- EntityClassGenerator.cs
- MissingFieldException.cs
- SelectionEditingBehavior.cs
- CodeEntryPointMethod.cs
- TimeSpan.cs
- ManualResetEventSlim.cs
- ApplicationId.cs
- ValueSerializerAttribute.cs
- XmlTextAttribute.cs
- IdentityManager.cs
- UpdatePanelTriggerCollection.cs
- EnumerableCollectionView.cs
- OdbcConnectionPoolProviderInfo.cs
- FontNameConverter.cs
- IIS7UserPrincipal.cs
- PropertyChangedEventArgs.cs
- StylusDownEventArgs.cs
- FrameworkObject.cs
- ExcCanonicalXml.cs
- RequestChannel.cs
- objectquery_tresulttype.cs