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
- xmlsaver.cs
- XmlSchemaCompilationSettings.cs
- XsdBuildProvider.cs
- CaretElement.cs
- DrawingGroup.cs
- XmlWellformedWriter.cs
- HtmlTable.cs
- TableCellAutomationPeer.cs
- XmlReader.cs
- ValueSerializerAttribute.cs
- TemplatedAdorner.cs
- TokenCreationParameter.cs
- CalendarSelectionChangedEventArgs.cs
- MeasureItemEvent.cs
- DataTransferEventArgs.cs
- SingleAnimationUsingKeyFrames.cs
- DataGridViewMethods.cs
- ImmComposition.cs
- ConnectionStringSettingsCollection.cs
- GridViewColumnCollectionChangedEventArgs.cs
- XmlSerializationWriter.cs
- Timeline.cs
- Imaging.cs
- SqlDataSourceCache.cs
- PlainXmlWriter.cs
- DownloadProgressEventArgs.cs
- CaseStatementSlot.cs
- NewItemsContextMenuStrip.cs
- HTMLTagNameToTypeMapper.cs
- ComponentEditorForm.cs
- Context.cs
- RepeatButton.cs
- ValuePatternIdentifiers.cs
- ScriptingJsonSerializationSection.cs
- SurrogateDataContract.cs
- DispatcherProcessingDisabled.cs
- CompilationUnit.cs
- BackgroundFormatInfo.cs
- DbXmlEnabledProviderManifest.cs
- FrameAutomationPeer.cs
- SafeNativeMethodsCLR.cs
- StubHelpers.cs
- SuppressMessageAttribute.cs
- SqlUtil.cs
- Util.cs
- DbConnectionPoolGroupProviderInfo.cs
- DocobjHost.cs
- SizeF.cs
- WindowsFormsDesignerOptionService.cs
- PageRouteHandler.cs
- OdbcError.cs
- SchemaEntity.cs
- Stacktrace.cs
- SqlProfileProvider.cs
- ContainerParagraph.cs
- BreakRecordTable.cs
- BaseCodeDomTreeGenerator.cs
- BitmapEffectRenderDataResource.cs
- Border.cs
- DragCompletedEventArgs.cs
- SecurityKeyIdentifier.cs
- SoapTypeAttribute.cs
- ComplexObject.cs
- NativeMethodsCLR.cs
- PropertyNames.cs
- EdmSchemaAttribute.cs
- DataPagerField.cs
- FollowerQueueCreator.cs
- BitStream.cs
- CollectionChangeEventArgs.cs
- ObjectStateManager.cs
- OpenFileDialog.cs
- DocumentSequence.cs
- AttributeCallbackBuilder.cs
- OpCodes.cs
- TypeForwardedToAttribute.cs
- ApplicationHost.cs
- PageTheme.cs
- SqlNodeAnnotations.cs
- NamedPipeProcessProtocolHandler.cs
- ContainerAction.cs
- Debugger.cs
- WebPartTransformer.cs
- SoapServerProtocol.cs
- DefaultProxySection.cs
- PathFigureCollection.cs
- RowSpanVector.cs
- PathFigureCollection.cs
- PrimitiveDataContract.cs
- SearchForVirtualItemEventArgs.cs
- WSDualHttpBindingCollectionElement.cs
- ControlValuePropertyAttribute.cs
- TemplateField.cs
- DurationConverter.cs
- DataBindingCollection.cs
- PrintingPermissionAttribute.cs
- Drawing.cs
- ParameterCollection.cs
- EmissiveMaterial.cs
- DownloadProgressEventArgs.cs