Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- X509Certificate.cs
- TagNameToTypeMapper.cs
- NativeMethods.cs
- OleDbException.cs
- CodePageEncoding.cs
- SurrogateEncoder.cs
- KerberosRequestorSecurityToken.cs
- TemplateBindingExpression.cs
- LocalFileSettingsProvider.cs
- TcpSocketManager.cs
- QilNode.cs
- PauseStoryboard.cs
- TypeConverterAttribute.cs
- PEFileEvidenceFactory.cs
- Configuration.cs
- BaseTreeIterator.cs
- nulltextcontainer.cs
- FieldMetadata.cs
- PropertiesTab.cs
- ConfigXmlElement.cs
- ToolStripRenderEventArgs.cs
- GridViewCommandEventArgs.cs
- CompareValidator.cs
- WebDisplayNameAttribute.cs
- UmAlQuraCalendar.cs
- RegisteredExpandoAttribute.cs
- FrameworkElement.cs
- GridViewUpdateEventArgs.cs
- PixelShader.cs
- SqlMethodCallConverter.cs
- HttpFileCollection.cs
- DBParameter.cs
- DetailsViewPageEventArgs.cs
- WorkflowInstanceExtensionManager.cs
- ExpressionEditorAttribute.cs
- StubHelpers.cs
- ProfileManager.cs
- FontUnitConverter.cs
- SendMailErrorEventArgs.cs
- Imaging.cs
- ThousandthOfEmRealPoints.cs
- TreeNodeConverter.cs
- WinInet.cs
- ApplicationActivator.cs
- ClientType.cs
- StringWriter.cs
- Sequence.cs
- BuildProvider.cs
- MenuAdapter.cs
- AppSettingsExpressionBuilder.cs
- RectangleGeometry.cs
- ClientFormsIdentity.cs
- sqlmetadatafactory.cs
- ContainerAction.cs
- Typeface.cs
- SecurityState.cs
- ZoneButton.cs
- Exceptions.cs
- Point3D.cs
- ClientSettingsSection.cs
- TextOutput.cs
- AttributeEmitter.cs
- DateTimeConverter2.cs
- GetMemberBinder.cs
- OutgoingWebResponseContext.cs
- RuleSettingsCollection.cs
- Queue.cs
- RegistrationServices.cs
- EntityViewGenerationAttribute.cs
- RenderTargetBitmap.cs
- FontFaceLayoutInfo.cs
- TextDecorationUnitValidation.cs
- SchemaEntity.cs
- PropertyValueChangedEvent.cs
- DataGridViewSelectedCellCollection.cs
- RtfControlWordInfo.cs
- SortedSet.cs
- EventEntry.cs
- EventProxy.cs
- SpecularMaterial.cs
- MinMaxParagraphWidth.cs
- HostExecutionContextManager.cs
- RequestQueryParser.cs
- SmiGettersStream.cs
- SiteMapHierarchicalDataSourceView.cs
- Size3D.cs
- DocumentOrderComparer.cs
- ClientConvert.cs
- SecurityContextSecurityTokenParameters.cs
- CategoryValueConverter.cs
- XPathException.cs
- UniqueIdentifierService.cs
- EditorZone.cs
- RSAPKCS1SignatureDeformatter.cs
- FirstMatchCodeGroup.cs
- EdmToObjectNamespaceMap.cs
- loginstatus.cs
- ColumnWidthChangedEvent.cs
- Utils.cs
- LicenseProviderAttribute.cs