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
- HttpContext.cs
- TransformDescriptor.cs
- XmlBinaryWriterSession.cs
- BufferedGraphicsManager.cs
- HttpMethodConstraint.cs
- SecurityAppliedMessage.cs
- WCFServiceClientProxyGenerator.cs
- QueryValue.cs
- BitStream.cs
- ResponseBodyWriter.cs
- Buffer.cs
- XmlFormatMapping.cs
- RegistryKey.cs
- TableStyle.cs
- PreProcessInputEventArgs.cs
- DataGridBoolColumn.cs
- HtmlImageAdapter.cs
- FrameworkElement.cs
- BooleanFunctions.cs
- SafeArrayTypeMismatchException.cs
- CellTreeNodeVisitors.cs
- CheckedListBox.cs
- BoolExpr.cs
- XmlDataContract.cs
- ClockGroup.cs
- AttachedPropertyBrowsableAttribute.cs
- AssemblyResourceLoader.cs
- DocumentSchemaValidator.cs
- _NestedMultipleAsyncResult.cs
- StylusButtonCollection.cs
- dtdvalidator.cs
- ByteStack.cs
- WindowsRebar.cs
- _StreamFramer.cs
- HitTestParameters.cs
- SafeCryptoHandles.cs
- RijndaelManaged.cs
- ScrollChangedEventArgs.cs
- ImageConverter.cs
- Point.cs
- SmiRequestExecutor.cs
- RoleGroup.cs
- BitmapScalingModeValidation.cs
- AnnotationStore.cs
- HttpGetProtocolImporter.cs
- ListViewAutomationPeer.cs
- RestHandler.cs
- GetWinFXPath.cs
- HandledEventArgs.cs
- DataGridViewRowCancelEventArgs.cs
- MessageSmuggler.cs
- ScriptManager.cs
- InternalBufferOverflowException.cs
- ToolStripStatusLabel.cs
- GradientStop.cs
- CallbackTimeoutsElement.cs
- ZoomPercentageConverter.cs
- HttpStreamXmlDictionaryWriter.cs
- StylusShape.cs
- FontStretch.cs
- DeviceFilterDictionary.cs
- XmlConverter.cs
- XmlReaderSettings.cs
- ListChangedEventArgs.cs
- TimeStampChecker.cs
- DesignerDataView.cs
- RegisteredScript.cs
- BooleanFacetDescriptionElement.cs
- DataGridViewTextBoxColumn.cs
- ConnectionProviderAttribute.cs
- SerializationInfo.cs
- EarlyBoundInfo.cs
- XslNumber.cs
- WebPartTransformerAttribute.cs
- BaseResourcesBuildProvider.cs
- UIAgentMonitorHandle.cs
- SpeechRecognitionEngine.cs
- RepeatBehaviorConverter.cs
- ListItemsPage.cs
- CodeDirectoryCompiler.cs
- ReferenceSchema.cs
- SignatureDescription.cs
- EntityDataReader.cs
- KnownColorTable.cs
- TreeViewDesigner.cs
- WindowsAuthenticationEventArgs.cs
- RoleService.cs
- DBConnectionString.cs
- SynchronizedDispatch.cs
- WebPartConnectionsDisconnectVerb.cs
- KeyedCollection.cs
- base64Transforms.cs
- SeekableMessageNavigator.cs
- KeyEventArgs.cs
- FlagsAttribute.cs
- GACIdentityPermission.cs
- ResourceDescriptionAttribute.cs
- RawAppCommandInputReport.cs
- ResXBuildProvider.cs
- PositiveTimeSpanValidatorAttribute.cs