Code:
/ 4.0 / 4.0 / 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. /// ///// 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
- SetterTriggerConditionValueConverter.cs
- XPathMessageFilterElement.cs
- CursorInteropHelper.cs
- __Filters.cs
- FrugalList.cs
- WriterOutput.cs
- control.ime.cs
- SeverityFilter.cs
- ChineseLunisolarCalendar.cs
- BufferModeSettings.cs
- Typeface.cs
- StructuralType.cs
- SecondaryViewProvider.cs
- ObjectDataSourceEventArgs.cs
- SQLUtility.cs
- DetailsViewCommandEventArgs.cs
- Merger.cs
- IteratorFilter.cs
- AttachedPropertyMethodSelector.cs
- SmiTypedGetterSetter.cs
- LayoutTableCell.cs
- CompiledXpathExpr.cs
- SQLByte.cs
- Polyline.cs
- FlowLayoutPanel.cs
- ByteRangeDownloader.cs
- EmptyCollection.cs
- Rotation3DAnimation.cs
- VideoDrawing.cs
- ExpressionBuilder.cs
- AssemblyFilter.cs
- IDictionary.cs
- ProfileParameter.cs
- CurrentChangedEventManager.cs
- FileUtil.cs
- ParallelQuery.cs
- Facet.cs
- Rectangle.cs
- ComplexObject.cs
- AttachmentCollection.cs
- XmlCustomFormatter.cs
- ConfigurationPropertyAttribute.cs
- ToolStripTextBox.cs
- Line.cs
- JsonQNameDataContract.cs
- messageonlyhwndwrapper.cs
- SQLByte.cs
- Blend.cs
- PropertyConverter.cs
- GroupJoinQueryOperator.cs
- IteratorDescriptor.cs
- PageAdapter.cs
- Logging.cs
- DataGridViewColumnConverter.cs
- StylusEditingBehavior.cs
- Privilege.cs
- DeriveBytes.cs
- AuthenticationModuleElement.cs
- DataTableExtensions.cs
- Util.cs
- DBProviderConfigurationHandler.cs
- XmlEntity.cs
- tibetanshape.cs
- SqlDataSourceParameterParser.cs
- ColorAnimationUsingKeyFrames.cs
- dsa.cs
- EntityDescriptor.cs
- RadioButton.cs
- EdmToObjectNamespaceMap.cs
- HttpRuntime.cs
- FillErrorEventArgs.cs
- XmlILOptimizerVisitor.cs
- DoubleIndependentAnimationStorage.cs
- NotCondition.cs
- SQLInt16Storage.cs
- MemoryMappedViewStream.cs
- HttpListenerResponse.cs
- ListComponentEditor.cs
- ProviderConnectionPointCollection.cs
- ConnectionProviderAttribute.cs
- Calendar.cs
- PreparingEnlistment.cs
- NullableBoolConverter.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- SequenceFullException.cs
- WebBrowser.cs
- Stopwatch.cs
- SafeTimerHandle.cs
- XmlDictionaryReaderQuotas.cs
- HostingEnvironmentSection.cs
- ProgressBarBrushConverter.cs
- FunctionDefinition.cs
- PrivilegeNotHeldException.cs
- FontFamilyValueSerializer.cs
- Transform.cs
- InkCanvasSelection.cs
- CroppedBitmap.cs
- BindStream.cs
- Color.cs
- QilBinary.cs