Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ImageUrlEditor.cs / 1 / ImageUrlEditor.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.Design {
using System.Design;
///
///
///
[System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public class ImageUrlEditor: UrlEditor {
///
///
///
protected override string Caption {
get {
return SR.GetString(SR.UrlPicker_ImageCaption);
}
}
///
///
///
protected override string Filter {
get {
return SR.GetString(SR.UrlPicker_ImageFilter);
}
}
}
}
// 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
- TypeDefinition.cs
- Wizard.cs
- TypeUtils.cs
- IApplicationTrustManager.cs
- SQLUtility.cs
- DockProviderWrapper.cs
- TrackingValidationObjectDictionary.cs
- GraphicsContainer.cs
- SoapFault.cs
- ProviderException.cs
- NativeCppClassAttribute.cs
- PropVariant.cs
- MethodBody.cs
- FormClosedEvent.cs
- GraphicsState.cs
- SpecialFolderEnumConverter.cs
- HierarchicalDataBoundControl.cs
- ThreadExceptionEvent.cs
- TableHeaderCell.cs
- InfoCardArgumentException.cs
- Point3DIndependentAnimationStorage.cs
- bindurihelper.cs
- ToolTipAutomationPeer.cs
- AssociationTypeEmitter.cs
- GregorianCalendar.cs
- AssemblyBuilderData.cs
- RectangleConverter.cs
- DocumentSchemaValidator.cs
- ActivityTypeResolver.xaml.cs
- AuthenticationConfig.cs
- ThaiBuddhistCalendar.cs
- EnumValAlphaComparer.cs
- ListViewItem.cs
- ParserExtension.cs
- DataTableNameHandler.cs
- UITypeEditor.cs
- CompilationPass2Task.cs
- GestureRecognitionResult.cs
- TextOnlyOutput.cs
- infer.cs
- HashAlgorithm.cs
- ReflectEventDescriptor.cs
- SystemWebCachingSectionGroup.cs
- SrgsItemList.cs
- OperandQuery.cs
- ContentControl.cs
- GradientBrush.cs
- DoubleLink.cs
- AttributeEmitter.cs
- Propagator.cs
- CodeTypeMemberCollection.cs
- URLIdentityPermission.cs
- CodeEventReferenceExpression.cs
- diagnosticsswitches.cs
- CellConstant.cs
- ThrowHelper.cs
- ILGen.cs
- DummyDataSource.cs
- SafeProcessHandle.cs
- Bezier.cs
- RowType.cs
- OperandQuery.cs
- IndependentAnimationStorage.cs
- OdbcPermission.cs
- InstanceDescriptor.cs
- StyleCollectionEditor.cs
- ResourceDescriptionAttribute.cs
- ZipIOLocalFileDataDescriptor.cs
- RsaElement.cs
- ParallelRangeManager.cs
- AppDomainManager.cs
- NetworkCredential.cs
- ExcludePathInfo.cs
- FormatterConverter.cs
- AssociationTypeEmitter.cs
- ClickablePoint.cs
- ObjectDataSourceSelectingEventArgs.cs
- RequiredFieldValidator.cs
- FontFamilyValueSerializer.cs
- ContractMapping.cs
- CaseInsensitiveComparer.cs
- CodeChecksumPragma.cs
- CellNormalizer.cs
- SQLDouble.cs
- DbConnectionHelper.cs
- SQLInt16Storage.cs
- TimeSpan.cs
- DataSourceView.cs
- NonSerializedAttribute.cs
- OdbcConnectionFactory.cs
- DataGridItemCollection.cs
- QuaternionAnimationUsingKeyFrames.cs
- Math.cs
- TraceSection.cs
- FolderLevelBuildProvider.cs
- WinCategoryAttribute.cs
- ContentElement.cs
- SendMailErrorEventArgs.cs
- SoapSchemaMember.cs
- ButtonAutomationPeer.cs