Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WinForms / System / WinForms / Design / HelpFileFileNameEditor.cs / 1 / HelpFileFileNameEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="System.Windows.Forms.Design.HelpNamespaceEditor..ctor()")] namespace System.Windows.Forms.Design { using System.Design; using System.Runtime.Serialization.Formatters; using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// This is a filename editor for choosing help files. /// ///internal class HelpNamespaceEditor : FileNameEditor { /// /// /// Initializes the open file dialog when it is created. This gives you /// an opportunity to configure the dialog as you please. The default /// implementation provides a generic file filter and title. /// protected override void InitializeDialog(OpenFileDialog openFileDialog) { openFileDialog.Filter = SR.GetString(SR.HelpProviderEditorFilter); openFileDialog.Title = SR.GetString(SR.HelpProviderEditorTitle); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Journal.cs
- ThrowHelper.cs
- TypeViewSchema.cs
- ElementFactory.cs
- ProxyOperationRuntime.cs
- PackageStore.cs
- FlowPanelDesigner.cs
- HwndSubclass.cs
- PersistenceTask.cs
- SQLBinary.cs
- NumberEdit.cs
- DataPagerFieldCollection.cs
- TraceLog.cs
- Cursors.cs
- WebPartManagerInternals.cs
- RequestedSignatureDialog.cs
- FormViewModeEventArgs.cs
- JsonFormatGeneratorStatics.cs
- UriTemplateLiteralQueryValue.cs
- Storyboard.cs
- EnumerableCollectionView.cs
- IncrementalReadDecoders.cs
- TemplateBamlRecordReader.cs
- XmlReader.cs
- FloaterBaseParagraph.cs
- sortedlist.cs
- EncoderNLS.cs
- X500Name.cs
- XmlSchemaIdentityConstraint.cs
- PathTooLongException.cs
- TrackingLocation.cs
- SqlInternalConnectionSmi.cs
- MenuItem.cs
- AvTrace.cs
- Simplifier.cs
- RenderDataDrawingContext.cs
- SettingsProperty.cs
- CodeDirectoryCompiler.cs
- FontStretch.cs
- EmptyCollection.cs
- Int16Converter.cs
- DataServiceQueryException.cs
- WebPartHelpVerb.cs
- InternalTypeHelper.cs
- ToggleButtonAutomationPeer.cs
- TextOutput.cs
- basemetadatamappingvisitor.cs
- DataGridViewRowEventArgs.cs
- GeneralTransform3DGroup.cs
- WsdlBuildProvider.cs
- Tile.cs
- UnSafeCharBuffer.cs
- TextEffectResolver.cs
- TextChange.cs
- DocumentGridContextMenu.cs
- RadioButtonStandardAdapter.cs
- SoapInteropTypes.cs
- CannotUnloadAppDomainException.cs
- TypefaceCollection.cs
- ConfigurationElementCollection.cs
- AutoGeneratedField.cs
- UnsafeNativeMethods.cs
- LabelAutomationPeer.cs
- GridViewCommandEventArgs.cs
- ImplicitInputBrush.cs
- DecryptRequest.cs
- ObjectDataSourceSelectingEventArgs.cs
- HttpTransportSecurity.cs
- ConfigXmlAttribute.cs
- ExternalException.cs
- ImageUrlEditor.cs
- IntegerValidatorAttribute.cs
- Common.cs
- DocumentViewerAutomationPeer.cs
- XmlProcessingInstruction.cs
- AnnotationHelper.cs
- XsdCachingReader.cs
- Connector.xaml.cs
- XPathNavigatorReader.cs
- OutOfProcStateClientManager.cs
- SemaphoreSecurity.cs
- AutoResizedEvent.cs
- XmlNamespaceManager.cs
- MenuCommand.cs
- Cursor.cs
- DynamicRendererThreadManager.cs
- CacheEntry.cs
- FreezableOperations.cs
- EntityDataSourceStatementEditorForm.cs
- AtomMaterializerLog.cs
- PerformanceCounterLib.cs
- Timer.cs
- columnmapkeybuilder.cs
- RedistVersionInfo.cs
- SelectedDatesCollection.cs
- cache.cs
- DbExpressionVisitor_TResultType.cs
- WorkflowTransactionService.cs
- ValuePattern.cs
- ContentFilePart.cs