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
- _FtpDataStream.cs
- RightsManagementLicense.cs
- assemblycache.cs
- ExceptionHelpers.cs
- FragmentQueryProcessor.cs
- NetCodeGroup.cs
- GC.cs
- AddInController.cs
- DragDeltaEventArgs.cs
- StandardCommands.cs
- DataSourceView.cs
- CookieProtection.cs
- FragmentQuery.cs
- KnownBoxes.cs
- CheckBoxPopupAdapter.cs
- ParameterBuilder.cs
- XmlEncodedRawTextWriter.cs
- BamlStream.cs
- DataGridAutoFormat.cs
- ResolveNameEventArgs.cs
- KeyGesture.cs
- ToolBarOverflowPanel.cs
- ConsumerConnectionPoint.cs
- ConfigPathUtility.cs
- SmtpLoginAuthenticationModule.cs
- SqlBuilder.cs
- WmlTextViewAdapter.cs
- PropertyChangingEventArgs.cs
- Tag.cs
- ELinqQueryState.cs
- StructureChangedEventArgs.cs
- ParserExtension.cs
- X509ChainElement.cs
- CodePrimitiveExpression.cs
- TrackingRecord.cs
- MULTI_QI.cs
- XmlSchemaSimpleContentExtension.cs
- SystemEvents.cs
- XmlNullResolver.cs
- unsafenativemethodsother.cs
- Decimal.cs
- SqlUserDefinedTypeAttribute.cs
- LineGeometry.cs
- ZipIOLocalFileBlock.cs
- Validator.cs
- MaterialGroup.cs
- TypeConverterValueSerializer.cs
- ValidationResult.cs
- TemplateParser.cs
- DbDeleteCommandTree.cs
- PrintEvent.cs
- Int32RectValueSerializer.cs
- SocketException.cs
- OletxVolatileEnlistment.cs
- RemotingException.cs
- GroupBoxAutomationPeer.cs
- ADRoleFactory.cs
- OSFeature.cs
- TextLineResult.cs
- EditorBrowsableAttribute.cs
- CallbackHandler.cs
- AxisAngleRotation3D.cs
- XmlIgnoreAttribute.cs
- ObjectCacheSettings.cs
- SqlClientWrapperSmiStream.cs
- NativeMethods.cs
- CodeNamespaceCollection.cs
- DateTimeOffsetConverter.cs
- StateDesigner.TransitionInfo.cs
- XsltOutput.cs
- OracleInfoMessageEventArgs.cs
- TextSelectionHelper.cs
- SynchronizedDispatch.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- LoadRetryAsyncResult.cs
- Zone.cs
- MsmqBindingMonitor.cs
- SystemIcmpV6Statistics.cs
- TargetParameterCountException.cs
- KeyTime.cs
- GridViewRowCollection.cs
- AnnotationAuthorChangedEventArgs.cs
- CustomAttribute.cs
- AxisAngleRotation3D.cs
- PlatformNotSupportedException.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- CharEnumerator.cs
- TreeView.cs
- SortedList.cs
- AmbiguousMatchException.cs
- TypeInitializationException.cs
- WebPartVerb.cs
- GenericPrincipal.cs
- WSTrust.cs
- ErrorTolerantObjectWriter.cs
- MenuTracker.cs
- CreateParams.cs
- FontUnitConverter.cs
- TypeConverterAttribute.cs
- WindowsFont.cs