Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / MailFileEditor.cs / 1 / MailFileEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Design; using System.IO; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using System.Drawing.Design; using System.Windows.Forms.Design; using System.Windows.Forms.ComponentModel; using System.Web.UI.Design.Util; [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class MailFileEditor : UrlEditor { protected override string Caption { get { return SR.GetString(SR.MailFilePicker_Caption); } } protected override string Filter { get { return SR.GetString(SR.MailFilePicker_Filter); } } } } // 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
- ProxyFragment.cs
- SystemNetHelpers.cs
- TextServicesProperty.cs
- SchemaContext.cs
- MenuCommands.cs
- SchemaHelper.cs
- OracleRowUpdatingEventArgs.cs
- RijndaelManaged.cs
- Byte.cs
- HandlerBase.cs
- ConfigurationLockCollection.cs
- ListDictionaryInternal.cs
- ThreadPool.cs
- RadioButtonDesigner.cs
- Process.cs
- ArgumentNullException.cs
- WebPartConnection.cs
- UrlMappingsModule.cs
- NullableBoolConverter.cs
- XmlExpressionDumper.cs
- ActivationArguments.cs
- oledbmetadatacollectionnames.cs
- DependentTransaction.cs
- safemediahandle.cs
- Frame.cs
- StateManagedCollection.cs
- Compiler.cs
- WindowsNonControl.cs
- TabControlDesigner.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- RoleBoolean.cs
- StreamInfo.cs
- DataGridViewCellCollection.cs
- DispatchChannelSink.cs
- DocumentsTrace.cs
- MiniParameterInfo.cs
- WebResponse.cs
- AppDomainProtocolHandler.cs
- PtsContext.cs
- EventEntry.cs
- ParentQuery.cs
- DescriptionAttribute.cs
- WebResourceAttribute.cs
- SqlProviderServices.cs
- RadioButtonPopupAdapter.cs
- DbDataAdapter.cs
- ListBase.cs
- CompilerLocalReference.cs
- AxisAngleRotation3D.cs
- PropertyGridCommands.cs
- PageCache.cs
- SafeEventHandle.cs
- TextDecorations.cs
- Base64Decoder.cs
- OleDbFactory.cs
- DataServiceContext.cs
- WebSysDefaultValueAttribute.cs
- PnrpPeerResolver.cs
- OdbcEnvironment.cs
- DefaultMemberAttribute.cs
- TrackingProfile.cs
- SecurityContextSecurityTokenAuthenticator.cs
- XmlCustomFormatter.cs
- ObjectStateEntry.cs
- StylusDevice.cs
- DataGridToolTip.cs
- _DigestClient.cs
- ColorConverter.cs
- InvalidCastException.cs
- ExceptionHandler.cs
- VersionPair.cs
- XmlMtomWriter.cs
- WorkflowOperationAsyncResult.cs
- ProviderCollection.cs
- SortDescriptionCollection.cs
- RawStylusInputReport.cs
- ServicePoint.cs
- OperationInvokerTrace.cs
- DateTimeFormatInfoScanner.cs
- CompiledRegexRunner.cs
- BuilderInfo.cs
- GroupDescription.cs
- MTConfigUtil.cs
- Composition.cs
- XmlResolver.cs
- IISMapPath.cs
- ActionFrame.cs
- DrawingGroup.cs
- SHA384Cng.cs
- ManifestSignedXml.cs
- AddInContractAttribute.cs
- HelpKeywordAttribute.cs
- AnimationLayer.cs
- ExpressionBuilderCollection.cs
- OdbcHandle.cs
- ConfigXmlElement.cs
- EntityProxyTypeInfo.cs
- FrameSecurityDescriptor.cs
- FormViewRow.cs
- SelectionList.cs