Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MbpInfo.cs
- Type.cs
- QueryContinueDragEventArgs.cs
- DateTimePicker.cs
- ValidationPropertyAttribute.cs
- HotSpotCollectionEditor.cs
- PageContentCollection.cs
- ChannelSinkStacks.cs
- TextEffectCollection.cs
- AppDomain.cs
- NestedContainer.cs
- ProxyHelper.cs
- SByteConverter.cs
- HebrewNumber.cs
- SingleStorage.cs
- itemelement.cs
- DriveInfo.cs
- RegexTypeEditor.cs
- RegexBoyerMoore.cs
- AttributedMetaModel.cs
- XamlReader.cs
- MissingManifestResourceException.cs
- NativeMethods.cs
- SQLBoolean.cs
- CellCreator.cs
- BinaryMethodMessage.cs
- TabControlCancelEvent.cs
- ExpressionEditorAttribute.cs
- AncillaryOps.cs
- InternalReceiveMessage.cs
- ClientUrlResolverWrapper.cs
- DateTimeFormat.cs
- FileDialogCustomPlacesCollection.cs
- ElapsedEventArgs.cs
- EditingMode.cs
- GraphicsPath.cs
- TargetPerspective.cs
- CursorEditor.cs
- Zone.cs
- ModuleBuilder.cs
- DirectionalAction.cs
- Native.cs
- TdsValueSetter.cs
- Membership.cs
- OdbcErrorCollection.cs
- SafeRegistryHandle.cs
- CalendarData.cs
- ErrorWebPart.cs
- hwndwrapper.cs
- DbQueryCommandTree.cs
- RuntimeVariablesExpression.cs
- MouseCaptureWithinProperty.cs
- DependencyPropertyKey.cs
- BamlRecords.cs
- DataGridViewCellEventArgs.cs
- OperandQuery.cs
- RightsManagementInformation.cs
- SubclassTypeValidator.cs
- TrailingSpaceComparer.cs
- ZoneIdentityPermission.cs
- OutputCacheProfileCollection.cs
- TaskSchedulerException.cs
- Geometry.cs
- CustomErrorsSection.cs
- Model3DGroup.cs
- ApplicationServiceHelper.cs
- InputScope.cs
- FreeFormDragDropManager.cs
- invalidudtexception.cs
- ExpandedWrapper.cs
- AppearanceEditorPart.cs
- MetadataPropertyvalue.cs
- DefaultBinder.cs
- EmptyControlCollection.cs
- DbParameterHelper.cs
- ChangeConflicts.cs
- SemanticBasicElement.cs
- XmlMemberMapping.cs
- ToolStripGrip.cs
- WebPartMenu.cs
- RepeatInfo.cs
- Main.cs
- MenuCommandService.cs
- TextRangeProviderWrapper.cs
- XmlSchemaSimpleTypeRestriction.cs
- ImageSourceValueSerializer.cs
- ValueHandle.cs
- DefaultValueTypeConverter.cs
- ValidatedMobileControlConverter.cs
- CodeTypeMemberCollection.cs
- ItemCheckEvent.cs
- StaticResourceExtension.cs
- DefaultMemberAttribute.cs
- RawContentTypeMapper.cs
- HandlerBase.cs
- CodeIndexerExpression.cs
- ServiceMetadataExtension.cs
- DataGridViewComboBoxCell.cs
- Vector3DKeyFrameCollection.cs
- KnownTypeHelper.cs