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
- Point3DKeyFrameCollection.cs
- CurrentTimeZone.cs
- ProcessingInstructionAction.cs
- ConfigurationCollectionAttribute.cs
- HandlerMappingMemo.cs
- LinkLabelLinkClickedEvent.cs
- FreezableOperations.cs
- CompilerGlobalScopeAttribute.cs
- DecimalConverter.cs
- DataGridViewComboBoxCell.cs
- IdlingCommunicationPool.cs
- HwndProxyElementProvider.cs
- StackSpiller.Generated.cs
- ConsoleTraceListener.cs
- ObjectRef.cs
- ValidationErrorCollection.cs
- BuildResultCache.cs
- RC2.cs
- XmlQuerySequence.cs
- Dispatcher.cs
- OleDbException.cs
- WebBrowsableAttribute.cs
- NetCodeGroup.cs
- MenuEventArgs.cs
- TypeUsageBuilder.cs
- SqlCacheDependency.cs
- Encoding.cs
- StateItem.cs
- SynchronizedInputHelper.cs
- PageHandlerFactory.cs
- RenderingEventArgs.cs
- SemanticAnalyzer.cs
- TextAutomationPeer.cs
- SoapIncludeAttribute.cs
- PageHandlerFactory.cs
- SystemInfo.cs
- AspNetSynchronizationContext.cs
- RegistrySecurity.cs
- OperatorExpressions.cs
- lengthconverter.cs
- MembershipValidatePasswordEventArgs.cs
- StickyNoteAnnotations.cs
- PageSetupDialog.cs
- DbConvert.cs
- ThreadStaticAttribute.cs
- DLinqColumnProvider.cs
- EdmMember.cs
- DataServiceConfiguration.cs
- XXXOnTypeBuilderInstantiation.cs
- OdbcConnectionString.cs
- GridViewSelectEventArgs.cs
- InheritedPropertyChangedEventArgs.cs
- PolyBezierSegmentFigureLogic.cs
- PageContentCollection.cs
- ClassDataContract.cs
- DataTrigger.cs
- WebPartConnectionsCancelEventArgs.cs
- StrongNameUtility.cs
- DataGridViewRowHeaderCell.cs
- ChtmlImageAdapter.cs
- Camera.cs
- BitArray.cs
- ModelItem.cs
- BindingContext.cs
- OracleCommandSet.cs
- Focus.cs
- Literal.cs
- TransformDescriptor.cs
- HtmlInputPassword.cs
- TreeIterators.cs
- LockRecursionException.cs
- GenericTypeParameterBuilder.cs
- UniformGrid.cs
- TogglePattern.cs
- UshortList2.cs
- WebServiceFaultDesigner.cs
- FusionWrap.cs
- PrimitiveType.cs
- Vector3DAnimation.cs
- InfiniteTimeSpanConverter.cs
- DesignTimeParseData.cs
- MetadataItemCollectionFactory.cs
- propertytag.cs
- SizeF.cs
- OleDbConnection.cs
- MatrixAnimationUsingKeyFrames.cs
- RegisteredHiddenField.cs
- MetadataUtil.cs
- CustomAttributeBuilder.cs
- ToolBar.cs
- LogEntry.cs
- HashMembershipCondition.cs
- WebPartPersonalization.cs
- PropertyGrid.cs
- PrintingPermissionAttribute.cs
- CheckBoxBaseAdapter.cs
- SQLCharsStorage.cs
- NamespaceImport.cs
- ConfigXmlAttribute.cs
- LambdaCompiler.Address.cs