Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- 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
- DataBoundControl.cs
- DrawingImage.cs
- Choices.cs
- XmlSchemaValidator.cs
- FamilyMapCollection.cs
- BackgroundWorker.cs
- AllMembershipCondition.cs
- PlacementWorkspace.cs
- WebCategoryAttribute.cs
- SqlDataSourceSelectingEventArgs.cs
- EqualityComparer.cs
- BuildManager.cs
- ZipIOModeEnforcingStream.cs
- HostingEnvironmentSection.cs
- DocumentScope.cs
- TrustManagerMoreInformation.cs
- TrustSection.cs
- InstanceLockedException.cs
- ToolStripContainer.cs
- MimeTextImporter.cs
- ProfileModule.cs
- XmlArrayItemAttribute.cs
- XsltArgumentList.cs
- SoapClientMessage.cs
- ContentDefinition.cs
- UnmanagedMemoryStreamWrapper.cs
- SmiMetaDataProperty.cs
- ResourcePool.cs
- SqlCacheDependencySection.cs
- OperatingSystem.cs
- ScriptingAuthenticationServiceSection.cs
- CustomValidator.cs
- TypedTableBaseExtensions.cs
- _LocalDataStore.cs
- ListenDesigner.cs
- SecurityStateEncoder.cs
- UndirectedGraph.cs
- FilterQueryOptionExpression.cs
- StylusCaptureWithinProperty.cs
- RC2.cs
- ContentWrapperAttribute.cs
- FirstMatchCodeGroup.cs
- ProcessRequestAsyncResult.cs
- HtmlImage.cs
- InputScopeConverter.cs
- DelegateSerializationHolder.cs
- FormatterConverter.cs
- MultipartIdentifier.cs
- FlowchartDesigner.Helpers.cs
- FontEditor.cs
- ReflectionServiceProvider.cs
- RtType.cs
- EnvironmentPermission.cs
- FlowPosition.cs
- RequestCacheEntry.cs
- FontEmbeddingManager.cs
- TableStyle.cs
- CommonXSendMessage.cs
- SqlDataSourceSelectingEventArgs.cs
- FieldMetadata.cs
- FillRuleValidation.cs
- CompiledELinqQueryState.cs
- ThreadAttributes.cs
- BlurBitmapEffect.cs
- XmlSchema.cs
- SQLInt16Storage.cs
- StackSpiller.Generated.cs
- AppDomainAttributes.cs
- SqlNotificationRequest.cs
- SchemeSettingElement.cs
- PackageProperties.cs
- BitmapEffectRenderDataResource.cs
- HashHelper.cs
- PasswordTextContainer.cs
- SamlSecurityToken.cs
- UriTemplateClientFormatter.cs
- Decoder.cs
- EntityDataSourceContextCreatedEventArgs.cs
- ApplicationInfo.cs
- HMACMD5.cs
- DataKey.cs
- Tuple.cs
- ListViewItemSelectionChangedEvent.cs
- ObjectDataProvider.cs
- BypassElementCollection.cs
- ServicesUtilities.cs
- SignatureHelper.cs
- MemberHolder.cs
- GradientStopCollection.cs
- SafeFindHandle.cs
- SmiTypedGetterSetter.cs
- DataGridViewButtonCell.cs
- UiaCoreApi.cs
- XamlToRtfParser.cs
- TagPrefixAttribute.cs
- LinqDataSourceStatusEventArgs.cs
- ListCollectionView.cs
- ScrollProperties.cs
- XPathScanner.cs
- PolicyLevel.cs