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
- SqlNamer.cs
- XmlSchemaExternal.cs
- BitmapData.cs
- EtwTrace.cs
- ClientTargetCollection.cs
- DataGridPagingPage.cs
- FlowDocumentScrollViewer.cs
- ClientUtils.cs
- UnSafeCharBuffer.cs
- StrokeCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DirtyTextRange.cs
- counter.cs
- FederatedMessageSecurityOverHttp.cs
- TimeSpanStorage.cs
- Vector3D.cs
- PropertyEmitterBase.cs
- InvokeMethodActivity.cs
- ProxyWebPartConnectionCollection.cs
- ShimAsPublicXamlType.cs
- DigitShape.cs
- DBParameter.cs
- WSMessageEncoding.cs
- Query.cs
- Int32Storage.cs
- RegexRunnerFactory.cs
- DbSourceParameterCollection.cs
- HostUtils.cs
- WpfWebRequestHelper.cs
- SQLMembershipProvider.cs
- _RequestCacheProtocol.cs
- Rect3DValueSerializer.cs
- CollectionBase.cs
- SurrogateEncoder.cs
- PolyLineSegment.cs
- TypeConverterHelper.cs
- PropertyEmitter.cs
- TextBreakpoint.cs
- CompletedAsyncResult.cs
- TraceHwndHost.cs
- glyphs.cs
- ProfileModule.cs
- Parameter.cs
- FunctionNode.cs
- ControlFilterExpression.cs
- GeneralTransformGroup.cs
- DesignerSerializationOptionsAttribute.cs
- CustomAttributeSerializer.cs
- WindowsGrip.cs
- CustomErrorCollection.cs
- QueuePathEditor.cs
- DiagnosticTrace.cs
- EndpointIdentity.cs
- SimpleTextLine.cs
- TabItemWrapperAutomationPeer.cs
- HtmlElementErrorEventArgs.cs
- CodeMemberEvent.cs
- WMIInterop.cs
- formatter.cs
- EndpointIdentityExtension.cs
- SamlAction.cs
- TextRunProperties.cs
- _BasicClient.cs
- HandlerMappingMemo.cs
- XslVisitor.cs
- FrameworkContextData.cs
- NotifyParentPropertyAttribute.cs
- StoreAnnotationsMap.cs
- FixedFindEngine.cs
- Attributes.cs
- OutputCacheProfile.cs
- BitSet.cs
- WorkflowServiceBehavior.cs
- NumericUpDownAccelerationCollection.cs
- Path.cs
- Size3DValueSerializer.cs
- SqlRowUpdatedEvent.cs
- ProfileInfo.cs
- BindingManagerDataErrorEventArgs.cs
- PointHitTestResult.cs
- VisualTreeUtils.cs
- UIntPtr.cs
- DataServiceExpressionVisitor.cs
- NonParentingControl.cs
- EngineSite.cs
- NameObjectCollectionBase.cs
- SessionParameter.cs
- EmbeddedMailObject.cs
- DuplexChannelFactory.cs
- StateFinalizationDesigner.cs
- ContentPropertyAttribute.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- UInt16.cs
- Base64Decoder.cs
- InkCanvasInnerCanvas.cs
- OutputChannel.cs
- RadioButtonList.cs
- DocumentPaginator.cs
- SplitterCancelEvent.cs
- PrivateUnsafeNativeCompoundFileMethods.cs