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
- WarningException.cs
- PeerNode.cs
- SubclassTypeValidator.cs
- ProxyFragment.cs
- RolePrincipal.cs
- TimeEnumHelper.cs
- XmlSchemaAnnotated.cs
- HMAC.cs
- FontStretch.cs
- SharedUtils.cs
- PropertyNames.cs
- CellParaClient.cs
- MergePropertyDescriptor.cs
- MessageBox.cs
- ProvidersHelper.cs
- ModuleConfigurationInfo.cs
- brushes.cs
- String.cs
- XmlAttributeOverrides.cs
- CodeTryCatchFinallyStatement.cs
- ClientCultureInfo.cs
- HitTestResult.cs
- ResXDataNode.cs
- BitmapEffectRenderDataResource.cs
- Rectangle.cs
- ExtendedPropertyDescriptor.cs
- IdlingCommunicationPool.cs
- OutputCacheSettingsSection.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- XmlSchemaValidator.cs
- HttpConfigurationContext.cs
- SafeCryptContextHandle.cs
- ErrorActivity.cs
- BaseWebProxyFinder.cs
- FacetChecker.cs
- AssemblyResourceLoader.cs
- ZipIOCentralDirectoryFileHeader.cs
- Events.cs
- OracleLob.cs
- RemoveStoryboard.cs
- FontUnitConverter.cs
- QilGeneratorEnv.cs
- TransactionManager.cs
- WithParamAction.cs
- ThrowHelper.cs
- WindowsProgressbar.cs
- Setter.cs
- NamedObject.cs
- XmlName.cs
- EntityRecordInfo.cs
- NativeCompoundFileAPIs.cs
- DateTimeOffsetConverter.cs
- SafeSecurityHandles.cs
- XmlSchemaElement.cs
- RawStylusInput.cs
- WebServiceResponseDesigner.cs
- PointAnimationUsingPath.cs
- DragAssistanceManager.cs
- ToolStripTextBox.cs
- VisualSerializer.cs
- WindowsStatusBar.cs
- ClientTargetSection.cs
- CodeDOMUtility.cs
- MediaScriptCommandRoutedEventArgs.cs
- PropertyGeneratedEventArgs.cs
- XmlWriter.cs
- DetailsViewUpdatedEventArgs.cs
- GridToolTip.cs
- HuffModule.cs
- Configuration.cs
- TrustLevel.cs
- XmlSchemaSimpleContent.cs
- WorkflowRuntimeServiceElement.cs
- SqlDataSourceCommandEventArgs.cs
- RecognizerBase.cs
- DataViewListener.cs
- EventProviderTraceListener.cs
- XmlQueryRuntime.cs
- DbConnectionPoolGroup.cs
- ErrorReporting.cs
- EndpointAddressProcessor.cs
- SettingsAttributes.cs
- XmlSchemaAny.cs
- OledbConnectionStringbuilder.cs
- AutomationElementCollection.cs
- Int32Converter.cs
- XmlDataContract.cs
- OverflowException.cs
- CodeAccessSecurityEngine.cs
- SuppressIldasmAttribute.cs
- DataListItemCollection.cs
- DynamicResourceExtensionConverter.cs
- HMACRIPEMD160.cs
- ConnectorMovedEventArgs.cs
- PerformanceCounterNameAttribute.cs
- FixedLineResult.cs
- LoadedOrUnloadedOperation.cs
- StatusBarDrawItemEvent.cs
- SapiAttributeParser.cs
- EntityDesignerBuildProvider.cs