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
- DataTableNewRowEvent.cs
- ProfessionalColorTable.cs
- ListParaClient.cs
- HttpCachePolicyWrapper.cs
- SystemIPv6InterfaceProperties.cs
- InlinedAggregationOperator.cs
- DataServiceHostFactory.cs
- DesignSurface.cs
- WindowVisualStateTracker.cs
- ChineseLunisolarCalendar.cs
- IdleTimeoutMonitor.cs
- WindowsStartMenu.cs
- login.cs
- QueryExecutionOption.cs
- Section.cs
- SQLMoney.cs
- HandlerFactoryCache.cs
- SerializationException.cs
- StringToken.cs
- AlphabeticalEnumConverter.cs
- AppLevelCompilationSectionCache.cs
- CodeNamespaceImportCollection.cs
- MultiBinding.cs
- DataListAutoFormat.cs
- DetailsViewModeEventArgs.cs
- recordstatefactory.cs
- RegexBoyerMoore.cs
- SqlDataSourceFilteringEventArgs.cs
- ErrorFormatter.cs
- MeasureData.cs
- _AutoWebProxyScriptHelper.cs
- AudioLevelUpdatedEventArgs.cs
- ExtensionQuery.cs
- SettingsProviderCollection.cs
- NestedContainer.cs
- DataViewSetting.cs
- Int32CAMarshaler.cs
- X509ChainElement.cs
- DataSourceControl.cs
- Token.cs
- SkinBuilder.cs
- AdjustableArrowCap.cs
- DataControlLinkButton.cs
- InstanceDescriptor.cs
- EmptyStringExpandableObjectConverter.cs
- ResourceManager.cs
- updateconfighost.cs
- PreparingEnlistment.cs
- MethodExpr.cs
- ProtocolsConfigurationEntry.cs
- X509Utils.cs
- tibetanshape.cs
- ZipIOFileItemStream.cs
- TrustManagerPromptUI.cs
- ObjectSelectorEditor.cs
- DecoderFallbackWithFailureFlag.cs
- MarshalByRefObject.cs
- SchemaNames.cs
- ClientConfigurationHost.cs
- Soap.cs
- AnnotationAuthorChangedEventArgs.cs
- CharAnimationBase.cs
- IPAddressCollection.cs
- MatrixTransform3D.cs
- ProxyGenerator.cs
- ResizeGrip.cs
- AssemblyGen.cs
- TypeResolvingOptionsAttribute.cs
- CacheEntry.cs
- RelationshipNavigation.cs
- PinnedBufferMemoryStream.cs
- MetadataUtilsSmi.cs
- ColorMap.cs
- SafeNativeMethods.cs
- PingReply.cs
- DisplayNameAttribute.cs
- Composition.cs
- StringToken.cs
- TypeConverterValueSerializer.cs
- AdapterUtil.cs
- QilTernary.cs
- AnimationClockResource.cs
- FastEncoderStatics.cs
- TextElementCollectionHelper.cs
- DataControlFieldHeaderCell.cs
- OdbcDataReader.cs
- QilDataSource.cs
- SchemaLookupTable.cs
- SQLSingleStorage.cs
- BinaryObjectInfo.cs
- OutputCacheModule.cs
- BufferedReadStream.cs
- EventProperty.cs
- EventManager.cs
- NotConverter.cs
- XslTransform.cs
- DoubleLinkListEnumerator.cs
- InvalidCastException.cs
- _AutoWebProxyScriptEngine.cs
- DefaultValueAttribute.cs