Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / MdiWindowListItemConverter.cs / 1 / MdiWindowListItemConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Collections; internal class MdiWindowListItemConverter : ComponentConverter { public MdiWindowListItemConverter(Type type) : base(type) { } ////// /// /// public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { MenuStrip menu = context.Instance as MenuStrip; if (menu != null) { StandardValuesCollection values = base.GetStandardValues(context); ArrayList list = new ArrayList(); int count = values.Count; for (int i=0; iGets a collection of standard values for the data type this validator is /// designed for. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestCacheManager.cs
- Input.cs
- _UncName.cs
- MulticastDelegate.cs
- WindowsIdentity.cs
- EntityDataSourceChangingEventArgs.cs
- FigureParaClient.cs
- RegexWorker.cs
- UInt32Storage.cs
- XmlTextAttribute.cs
- ItemChangedEventArgs.cs
- FontWeightConverter.cs
- ClientScriptManager.cs
- EntityContainer.cs
- AutomationPropertyInfo.cs
- MultilineStringEditor.cs
- WebPartMovingEventArgs.cs
- XmlQueryType.cs
- FragmentNavigationEventArgs.cs
- QueryHandler.cs
- HitTestParameters.cs
- ImportContext.cs
- TypeHelpers.cs
- HtmlButton.cs
- XmlQueryCardinality.cs
- ApplicationDirectory.cs
- TemplateControlCodeDomTreeGenerator.cs
- SimpleType.cs
- DataRecordObjectView.cs
- NotFiniteNumberException.cs
- CodeTypeConstructor.cs
- ReadOnlyDataSource.cs
- Stylus.cs
- DrawingImage.cs
- NotSupportedException.cs
- NullableDecimalSumAggregationOperator.cs
- AsyncOperationManager.cs
- DataGridTable.cs
- PolicyChain.cs
- UInt32.cs
- ServiceContractListItem.cs
- XPathSelfQuery.cs
- SmiMetaDataProperty.cs
- SimpleHandlerFactory.cs
- SHA384Managed.cs
- SelectionUIHandler.cs
- MonthChangedEventArgs.cs
- GenericTypeParameterBuilder.cs
- CatalogPartCollection.cs
- CommonObjectSecurity.cs
- ConcurrencyMode.cs
- ComponentEditorForm.cs
- Range.cs
- ConfigurationPropertyCollection.cs
- WebScriptMetadataFormatter.cs
- DesignerObjectListAdapter.cs
- DataTableReaderListener.cs
- RichTextBox.cs
- SingleStorage.cs
- WebScriptMetadataMessage.cs
- DataGridColumnFloatingHeader.cs
- DesignColumn.cs
- Rijndael.cs
- FormatException.cs
- SamlSecurityTokenAuthenticator.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DataGridViewRowCancelEventArgs.cs
- DecoderBestFitFallback.cs
- DocumentSequence.cs
- GlyphCache.cs
- MemberInitExpression.cs
- PropertyGridEditorPart.cs
- ApplicationSecurityManager.cs
- ScrollBar.cs
- FlowStep.cs
- NameScope.cs
- DifferencingCollection.cs
- Interlocked.cs
- SoapExtensionTypeElementCollection.cs
- UIElementHelper.cs
- QilInvokeEarlyBound.cs
- Rijndael.cs
- URLAttribute.cs
- ToolZoneDesigner.cs
- FormsAuthenticationUserCollection.cs
- DataGridViewCellEventArgs.cs
- OraclePermission.cs
- ProvidePropertyAttribute.cs
- DesigntimeLicenseContext.cs
- TypeGeneratedEventArgs.cs
- ValidationRule.cs
- TreeViewImageKeyConverter.cs
- UnsettableComboBox.cs
- WindowsSecurityToken.cs
- Propagator.cs
- MimeBasePart.cs
- WmlPhoneCallAdapter.cs
- WorkflowService.cs
- _BaseOverlappedAsyncResult.cs
- DocumentXPathNavigator.cs