Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / ObjectListComponentEditor.cs / 1305376 / ObjectListComponentEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.ComponentModel; using System.Diagnostics; using System.Web.UI.MobileControls; using System.Windows.Forms.Design; ////// ////// Provides a component editor for a Mobile ObjectList ////// control. /// /// [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class ObjectListComponentEditor : BaseTemplatedMobileComponentEditor { // The set of pages used within the ObjectList ComponentEditor private static Type[] _editorPages = new Type[] { typeof(ObjectListGeneralPage), typeof(ObjectListCommandsPage), typeof(ObjectListFieldsPage) }; internal const int IDX_GENERAL = 0; internal const int IDX_COMMANDS = 1; internal const int IDX_FIELDS = 2; /// /// public ObjectListComponentEditor() : this(IDX_GENERAL) { } ////// Initializes a new instance of ///. /// /// /// /// The index of the initial page. /// public ObjectListComponentEditor(int initialPage) : base(initialPage) { } ////// Initializes a new instance of ///. /// /// ////// Gets the set of all pages in the ////// . /// /// ////// An array consisting of the set of component editor pages. /// ////// protected override Type[] GetComponentEditorPages() { return _editorPages; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// This method may /// be overridden to change the set of pages to show. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SamlDoNotCacheCondition.cs
- MachineSettingsSection.cs
- Int16.cs
- SqlDataRecord.cs
- XslException.cs
- OverlappedContext.cs
- SqlTransaction.cs
- SendMailErrorEventArgs.cs
- BitmapSource.cs
- _ConnectOverlappedAsyncResult.cs
- ChangeInterceptorAttribute.cs
- JsonStringDataContract.cs
- HttpGetProtocolReflector.cs
- SQLInt32.cs
- ToolStripOverflowButton.cs
- ImpersonationContext.cs
- XmlNodeReader.cs
- DataKey.cs
- TextRange.cs
- StylusPointPropertyUnit.cs
- EntityKeyElement.cs
- EtwTrace.cs
- CodeCatchClauseCollection.cs
- DesigntimeLicenseContext.cs
- RightsManagementEncryptionTransform.cs
- EventProxy.cs
- BinaryParser.cs
- FaultPropagationQuery.cs
- XDeferredAxisSource.cs
- FactoryGenerator.cs
- HtmlInputText.cs
- StringValidator.cs
- XamlFilter.cs
- Win32.cs
- mongolianshape.cs
- recordstate.cs
- AllowedAudienceUriElement.cs
- Int16KeyFrameCollection.cs
- DataKeyArray.cs
- ApplicationFileParser.cs
- XmlMemberMapping.cs
- ThreadStartException.cs
- SelectedGridItemChangedEvent.cs
- DateRangeEvent.cs
- TraceData.cs
- TextTreeTextElementNode.cs
- CounterCreationData.cs
- BitmapImage.cs
- AssociatedControlConverter.cs
- XpsTokenContext.cs
- StorageRoot.cs
- WebConfigurationHostFileChange.cs
- FocusChangedEventArgs.cs
- UnionCqlBlock.cs
- CodeIdentifiers.cs
- TypeForwardedToAttribute.cs
- TabControlToolboxItem.cs
- CornerRadius.cs
- TableLayoutSettingsTypeConverter.cs
- SmtpNtlmAuthenticationModule.cs
- ScriptingAuthenticationServiceSection.cs
- ClientSettings.cs
- XmlSchemaSimpleTypeList.cs
- MatrixTransform.cs
- ArrangedElement.cs
- TaiwanCalendar.cs
- ISAPIRuntime.cs
- DrawingGroup.cs
- IItemContainerGenerator.cs
- Normalizer.cs
- AstTree.cs
- DataView.cs
- IndentedTextWriter.cs
- MsmqHostedTransportManager.cs
- ExecutionEngineException.cs
- WizardPanelChangingEventArgs.cs
- XmlCharacterData.cs
- ContextStack.cs
- OdbcEnvironmentHandle.cs
- OperatingSystem.cs
- ContentPlaceHolderDesigner.cs
- newitemfactory.cs
- WindowsStatic.cs
- TabletDeviceInfo.cs
- CultureTableRecord.cs
- ToolStripControlHost.cs
- WorkflowApplication.cs
- StructuredProperty.cs
- OneOfConst.cs
- FlowSwitch.cs
- Stroke2.cs
- FixedTextContainer.cs
- NamedPipeWorkerProcess.cs
- MessageDecoder.cs
- ColorAnimationUsingKeyFrames.cs
- ConfigurationPropertyCollection.cs
- DecoderNLS.cs
- TextContainerHelper.cs
- PanelDesigner.cs