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
- ExceptionHandler.cs
- ManagedIStream.cs
- DataGridViewCellParsingEventArgs.cs
- BCLDebug.cs
- HttpsHostedTransportConfiguration.cs
- SafeFileMapViewHandle.cs
- SerializableTypeCodeDomSerializer.cs
- ProxyWebPartManager.cs
- TypeNameConverter.cs
- XmlTextAttribute.cs
- XmlName.cs
- DataGridViewRowCollection.cs
- IISUnsafeMethods.cs
- TreeNodeBinding.cs
- LockCookie.cs
- MonitorWrapper.cs
- ScriptRegistrationManager.cs
- EmbossBitmapEffect.cs
- jithelpers.cs
- XmlUtil.cs
- ReflectEventDescriptor.cs
- TableHeaderCell.cs
- HtmlToClrEventProxy.cs
- WebBrowserDocumentCompletedEventHandler.cs
- path.cs
- TakeQueryOptionExpression.cs
- KnownBoxes.cs
- StdValidatorsAndConverters.cs
- Int32AnimationUsingKeyFrames.cs
- Pair.cs
- StdRegProviderWrapper.cs
- PasswordDeriveBytes.cs
- EditingCommands.cs
- StrokeDescriptor.cs
- DesignerToolStripControlHost.cs
- SingleKeyFrameCollection.cs
- StandardToolWindows.cs
- FileDetails.cs
- QualifiedId.cs
- HttpWebRequest.cs
- CompositeCollection.cs
- BinaryParser.cs
- _ShellExpression.cs
- AndCondition.cs
- _LoggingObject.cs
- RelatedCurrencyManager.cs
- LinkGrep.cs
- InstanceDataCollectionCollection.cs
- Set.cs
- CellQuery.cs
- ResetableIterator.cs
- AssemblyUtil.cs
- LineServicesRun.cs
- QilFactory.cs
- ObjectDataSourceFilteringEventArgs.cs
- HtmlInputFile.cs
- HasCopySemanticsAttribute.cs
- DataReceivedEventArgs.cs
- TreeView.cs
- ColorInterpolationModeValidation.cs
- BitmapPalette.cs
- XamlToRtfWriter.cs
- ClockGroup.cs
- FontNameConverter.cs
- ResourceAssociationTypeEnd.cs
- TCPClient.cs
- ADRoleFactoryConfiguration.cs
- ValueChangedEventManager.cs
- TableRow.cs
- IntSecurity.cs
- SystemIPGlobalStatistics.cs
- AllMembershipCondition.cs
- CommandField.cs
- CodeTypeParameter.cs
- SqlAggregateChecker.cs
- FilterQuery.cs
- JsonClassDataContract.cs
- HierarchicalDataTemplate.cs
- TraceEventCache.cs
- InkCanvasAutomationPeer.cs
- RijndaelManaged.cs
- RemoteHelper.cs
- GifBitmapEncoder.cs
- DrawingContextWalker.cs
- AVElementHelper.cs
- DPCustomTypeDescriptor.cs
- _UncName.cs
- NameHandler.cs
- FramingDecoders.cs
- DocumentSequence.cs
- _NestedMultipleAsyncResult.cs
- RoutedEventArgs.cs
- BaseComponentEditor.cs
- OdbcEnvironmentHandle.cs
- HelpHtmlBuilder.cs
- Image.cs
- GetPageNumberCompletedEventArgs.cs
- LocalIdCollection.cs
- TypeUtils.cs
- XmlWriterSettings.cs