Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / DataListComponentEditor.cs / 1 / DataListComponentEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { using System; using System.ComponentModel; using System.Diagnostics; using System.Web.UI.Design.WebControls.ListControls; using System.Windows.Forms.Design; ////// /// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class DataListComponentEditor : BaseDataListComponentEditor { // The set of pages used within the DataList ComponentEditor private static Type[] editorPages = new Type[] { typeof(DataListGeneralPage), typeof(FormatPage), typeof(BordersPage) }; internal static int IDX_GENERAL = 0; internal static int IDX_FORMAT = 1; internal static int IDX_BORDERS = 2; ////// Provides a component editor for a Web Forms ////// control. /// /// /// public DataListComponentEditor() : base(IDX_GENERAL) { } ////// Initializes a new instance of ///. /// /// /// public DataListComponentEditor(int initialPage) : base(initialPage) { } ////// Initializes a new instance of ///. /// /// /// protected override Type[] GetComponentEditorPages() { return editorPages; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Gets the set of component editor pages owned by the designer. /// ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlTextReader.cs
- TimeSpanOrInfiniteConverter.cs
- PkcsMisc.cs
- BridgeDataRecord.cs
- DataGridViewColumnCollection.cs
- ReflectTypeDescriptionProvider.cs
- HttpClientCertificate.cs
- KeySpline.cs
- Wildcard.cs
- TextOptions.cs
- FormatterConverter.cs
- SoapObjectReader.cs
- MetadataExchangeClient.cs
- SetUserLanguageRequest.cs
- PrintPreviewControl.cs
- XmlEncodedRawTextWriter.cs
- EncodingDataItem.cs
- ActivationArguments.cs
- StringSorter.cs
- WebPartZone.cs
- StringToken.cs
- KoreanCalendar.cs
- Scheduling.cs
- _ListenerAsyncResult.cs
- FieldNameLookup.cs
- ThicknessKeyFrameCollection.cs
- SqlNotificationRequest.cs
- EDesignUtil.cs
- StyleModeStack.cs
- XmlSchemaSimpleTypeRestriction.cs
- DeflateStream.cs
- NameScope.cs
- XamlWriter.cs
- CompareInfo.cs
- Application.cs
- WebPartVerbCollection.cs
- XmlFormatWriterGenerator.cs
- PathGeometry.cs
- HostVisual.cs
- SQLInt32.cs
- DataTemplate.cs
- ViewCellRelation.cs
- RemoteWebConfigurationHost.cs
- HMACSHA512.cs
- Resources.Designer.cs
- OutputCacheSection.cs
- ContainerUIElement3D.cs
- HttpServerVarsCollection.cs
- DefaultSection.cs
- DefaultBindingPropertyAttribute.cs
- AsymmetricAlgorithm.cs
- TypeBuilderInstantiation.cs
- EventSource.cs
- DataGridViewRowStateChangedEventArgs.cs
- X509CertificateValidator.cs
- CallbackValidatorAttribute.cs
- oledbmetadatacollectionnames.cs
- SqlLiftIndependentRowExpressions.cs
- GPRECT.cs
- JsonUriDataContract.cs
- IconHelper.cs
- GlyphManager.cs
- AttributeQuery.cs
- TypeTypeConverter.cs
- WmpBitmapDecoder.cs
- ResourceKey.cs
- HttpTransportElement.cs
- LoginDesigner.cs
- ConfigurationPermission.cs
- PropertyGridCommands.cs
- PersianCalendar.cs
- FontCollection.cs
- SafeEventLogWriteHandle.cs
- TypefaceMap.cs
- TraceProvider.cs
- Delegate.cs
- SmtpCommands.cs
- ProxyHwnd.cs
- ActivityStateRecord.cs
- LogSwitch.cs
- UnaryQueryOperator.cs
- StackSpiller.Temps.cs
- ListViewCancelEventArgs.cs
- DeclaredTypeValidator.cs
- RelationshipConverter.cs
- HandleCollector.cs
- ElementsClipboardData.cs
- DataView.cs
- InteropExecutor.cs
- Point3DIndependentAnimationStorage.cs
- LineVisual.cs
- PopupRootAutomationPeer.cs
- ColumnHeaderCollectionEditor.cs
- TextRangeBase.cs
- RoleExceptions.cs
- WebServiceTypeData.cs
- GridViewRowPresenter.cs
- FixedSOMImage.cs
- SqlMethodAttribute.cs
- OneWayElement.cs