Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / ListComponentEditor.cs / 1305376 / ListComponentEditor.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 List ////// 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 ListComponentEditor : BaseTemplatedMobileComponentEditor { // The set of pages used within the List ComponentEditor private static Type[] _editorPages = new Type[] { typeof(ListGeneralPage), typeof(ListItemsPage) }; internal const int IDX_GENERAL = 0; internal const int IDX_ITEMS = 1; /// /// public ListComponentEditor() : base(IDX_GENERAL) { } ////// Initializes a new instance of ///. /// /// /// /// The index of the initial page. /// public ListComponentEditor(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
- ObjectSpanRewriter.cs
- Item.cs
- ColumnResizeAdorner.cs
- PersonalizationStateQuery.cs
- FileSystemEventArgs.cs
- _SpnDictionary.cs
- InstanceData.cs
- XmlNamespaceDeclarationsAttribute.cs
- PageSetupDialog.cs
- FlowSwitchDesigner.xaml.cs
- LoadMessageLogger.cs
- WebReferencesBuildProvider.cs
- XamlTypeMapper.cs
- sqlinternaltransaction.cs
- EndpointConfigContainer.cs
- MetabaseReader.cs
- Model3DCollection.cs
- PersonalizationEntry.cs
- RemoteWebConfigurationHost.cs
- SerialStream.cs
- MarshalByRefObject.cs
- New.cs
- CodeIndexerExpression.cs
- XmlEntity.cs
- WebUtil.cs
- DispatchWrapper.cs
- OperandQuery.cs
- DataBoundControlHelper.cs
- TransactedReceiveScope.cs
- SafeRightsManagementPubHandle.cs
- CatalogZone.cs
- EntityDataSourceDataSelection.cs
- InheritanceAttribute.cs
- PartEditor.cs
- DynamicDiscoSearcher.cs
- Attributes.cs
- DbReferenceCollection.cs
- MetadataImporterQuotas.cs
- IQueryable.cs
- ACE.cs
- LinearKeyFrames.cs
- QueryStringParameter.cs
- GeneralTransform.cs
- XmlSchemaAppInfo.cs
- ProxyHelper.cs
- CallSiteOps.cs
- FillRuleValidation.cs
- MediaTimeline.cs
- PropertyOrder.cs
- XmlLinkedNode.cs
- ArrayHelper.cs
- StatusBarDesigner.cs
- RegularExpressionValidator.cs
- RowToParametersTransformer.cs
- OdbcCommand.cs
- HttpResponseInternalWrapper.cs
- SizeFConverter.cs
- KoreanLunisolarCalendar.cs
- SystemEvents.cs
- SynchronizationScope.cs
- ObjectMemberMapping.cs
- DBSqlParserColumnCollection.cs
- EntityDataSourceDesigner.cs
- PageBuildProvider.cs
- SpecialNameAttribute.cs
- BuildResult.cs
- MatrixCamera.cs
- CodeExpressionCollection.cs
- FastEncoderWindow.cs
- PathNode.cs
- SqlProcedureAttribute.cs
- DataSvcMapFile.cs
- GridSplitterAutomationPeer.cs
- DataGridRowHeader.cs
- ConnectionStringEditor.cs
- AppDomainProtocolHandler.cs
- ReflectionPermission.cs
- ProgressPage.cs
- IEnumerable.cs
- Path.cs
- RowVisual.cs
- CodeAttributeArgumentCollection.cs
- Label.cs
- DBParameter.cs
- XmlNodeReader.cs
- InstanceDescriptor.cs
- DataGridLinkButton.cs
- VariableQuery.cs
- ContextMenuStripGroup.cs
- StateDesigner.TransitionInfo.cs
- NativeRecognizer.cs
- ButtonFlatAdapter.cs
- MetadataSource.cs
- SHA384.cs
- XmlSortKeyAccumulator.cs
- HuffmanTree.cs
- PatternMatcher.cs
- WSFederationHttpSecurityMode.cs
- ComponentDispatcher.cs
- PageSettings.cs