Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / Monitoring / System / Diagnostics / Design / StartFileNameEditor.cs / 1 / StartFileNameEditor.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Diagnostics.Design {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Design;
using System.IO;
using System.ComponentModel;
using System.Collections;
using System.Windows.Forms;
using System.Windows.Forms.Design;
///
///
/// Editor for the ProcessStartInfo.FileName property.
///
///
[System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
internal class StartFileNameEditor : FileNameEditor {
protected override void InitializeDialog(OpenFileDialog openFile) {
openFile.Filter = SR.GetString(SR.StartFileNameEditorAllFiles);
openFile.Title = SR.GetString(SR.StartFileNameEditorTitle);
}
}
}
// 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
- RowsCopiedEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Vector3DCollection.cs
- ContextMenu.cs
- StateElement.cs
- TextElementCollectionHelper.cs
- ObjectContextServiceProvider.cs
- MobileCapabilities.cs
- ServiceMetadataContractBehavior.cs
- UriScheme.cs
- SQLInt64.cs
- LineServices.cs
- RightsDocument.cs
- LinearKeyFrames.cs
- ScaleTransform3D.cs
- RegexNode.cs
- XsltCompileContext.cs
- CodeBlockBuilder.cs
- XmlNamespaceMappingCollection.cs
- NotImplementedException.cs
- ObjectReferenceStack.cs
- EmptyControlCollection.cs
- Ops.cs
- RegistryExceptionHelper.cs
- ActiveXSite.cs
- InstanceNotReadyException.cs
- LockedAssemblyCache.cs
- MetaDataInfo.cs
- RepeatButtonAutomationPeer.cs
- SystemWebSectionGroup.cs
- OdbcRowUpdatingEvent.cs
- DataGridHyperlinkColumn.cs
- TdsParserSessionPool.cs
- Attributes.cs
- SByte.cs
- NetPeerTcpBinding.cs
- DefaultProxySection.cs
- HandlerFactoryWrapper.cs
- XmlNodeChangedEventArgs.cs
- JavascriptCallbackResponseProperty.cs
- DocumentGridPage.cs
- SqlDependencyUtils.cs
- VirtualPathUtility.cs
- AddInDeploymentState.cs
- TraceLevelStore.cs
- ConcurrentQueue.cs
- GridViewColumnHeader.cs
- SafeHandle.cs
- DispatcherHooks.cs
- DateTimeHelper.cs
- DefaultPrintController.cs
- ValidationErrorEventArgs.cs
- XmlValueConverter.cs
- FontFamily.cs
- ConfigXmlWhitespace.cs
- GroupDescription.cs
- Lazy.cs
- XmlTypeMapping.cs
- CodeVariableDeclarationStatement.cs
- Page.cs
- TransformationRules.cs
- HttpListener.cs
- HtmlWindow.cs
- dsa.cs
- ImageCodecInfo.cs
- FontWeights.cs
- SafeBitVector32.cs
- EntityDescriptor.cs
- ManagementObjectCollection.cs
- BatchWriter.cs
- GeneralTransformGroup.cs
- ResXBuildProvider.cs
- XPathChildIterator.cs
- ProcessModuleCollection.cs
- MessageDirection.cs
- HttpResponseHeader.cs
- Html32TextWriter.cs
- ResourceExpressionBuilder.cs
- LocationUpdates.cs
- Thread.cs
- ConfigXmlCDataSection.cs
- SignedPkcs7.cs
- CompilationRelaxations.cs
- ProcessThreadCollection.cs
- FormatException.cs
- ItemContainerProviderWrapper.cs
- DuplicateWaitObjectException.cs
- NetSectionGroup.cs
- SQLMoney.cs
- latinshape.cs
- DataGridViewColumnDesigner.cs
- ByteAnimation.cs
- exports.cs
- QueryableFilterRepeater.cs
- NaturalLanguageHyphenator.cs
- WebPartChrome.cs
- XmlText.cs
- CurrencyWrapper.cs
- DataGridColumnEventArgs.cs
- FormViewCommandEventArgs.cs