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
- XmlBinaryReader.cs
- PolicyFactory.cs
- XmlAnyAttributeAttribute.cs
- ISO2022Encoding.cs
- ClockGroup.cs
- LinearKeyFrames.cs
- BitmapEffectInput.cs
- PartitionResolver.cs
- PropertiesTab.cs
- EventRecord.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- TrackBarDesigner.cs
- AutomationIdentifierGuids.cs
- HwndSubclass.cs
- DetailsViewPagerRow.cs
- FixedHighlight.cs
- SqlDependencyUtils.cs
- DBSqlParserTable.cs
- XmlAttributeAttribute.cs
- DifferencingCollection.cs
- DbTypeMap.cs
- ReversePositionQuery.cs
- WorkflowOperationBehavior.cs
- UserControlBuildProvider.cs
- VScrollProperties.cs
- SafeFileHandle.cs
- EntitySqlQueryCacheKey.cs
- SizeChangedInfo.cs
- XsltInput.cs
- ClaimSet.cs
- WorkflowApplicationException.cs
- ImpersonateTokenRef.cs
- AVElementHelper.cs
- ListBoxItem.cs
- AuthenticatingEventArgs.cs
- DataBoundControl.cs
- DataGridViewBindingCompleteEventArgs.cs
- IdSpace.cs
- COM2PropertyBuilderUITypeEditor.cs
- DrawingServices.cs
- DictionarySectionHandler.cs
- ChtmlMobileTextWriter.cs
- Button.cs
- AssemblyBuilder.cs
- LogExtent.cs
- DataBoundControl.cs
- ObjectDataSource.cs
- PrimitiveSchema.cs
- VisualTreeHelper.cs
- TreeViewEvent.cs
- MobileControlPersister.cs
- ChildrenQuery.cs
- SimpleHandlerBuildProvider.cs
- GridLength.cs
- SQLDouble.cs
- AsymmetricSignatureDeformatter.cs
- PerformanceCounter.cs
- AssertSection.cs
- OleDbError.cs
- PlatformCulture.cs
- Events.cs
- ScaleTransform.cs
- DeobfuscatingStream.cs
- FileDialogPermission.cs
- login.cs
- SplayTreeNode.cs
- AutoCompleteStringCollection.cs
- ToggleButtonAutomationPeer.cs
- TextParagraphView.cs
- ExpressionBuilderContext.cs
- RemotingAttributes.cs
- WebPartUserCapability.cs
- Animatable.cs
- HttpFileCollection.cs
- TemplatedWizardStep.cs
- CompositeFontParser.cs
- ContextBase.cs
- Options.cs
- SerializableAttribute.cs
- TCEAdapterGenerator.cs
- DataGridViewAdvancedBorderStyle.cs
- WebPartTracker.cs
- StringBuilder.cs
- UnlockCardRequest.cs
- Accessible.cs
- WebServiceReceive.cs
- InternalRelationshipCollection.cs
- Internal.cs
- ExceptionHandlers.cs
- FontSource.cs
- wgx_render.cs
- Facet.cs
- ResXResourceReader.cs
- TracedNativeMethods.cs
- CompiledIdentityConstraint.cs
- OrderedDictionaryStateHelper.cs
- ParamArrayAttribute.cs
- ImageMap.cs
- RegexTree.cs
- PropertyPathWorker.cs