Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ViewRendering.cs / 2 / ViewRendering.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.ComponentModel.Design; ///public class ViewRendering { private string _content; private DesignerRegionCollection _regions; private bool _visible; /// public ViewRendering(string content, DesignerRegionCollection regions) : this(content, regions, true) { } /// public ViewRendering(string content, DesignerRegionCollection regions, bool visible) { _content = content; _regions = regions; _visible = visible; } /// /// /// public string Content { get { if (_content == null) { return String.Empty; } return _content; } } ////// /// public DesignerRegionCollection Regions { get { if (_regions == null) { _regions = new DesignerRegionCollection(); } return _regions; } } ////// /// public bool Visible { get { return _visible; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextRenderer.cs
- BaseParagraph.cs
- SmiContextFactory.cs
- ByteKeyFrameCollection.cs
- DataGridBeginningEditEventArgs.cs
- UnsafeNetInfoNativeMethods.cs
- EventProviderClassic.cs
- Point3DCollection.cs
- entityreference_tresulttype.cs
- DocumentOutline.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- CodeArgumentReferenceExpression.cs
- TabletCollection.cs
- UseAttributeSetsAction.cs
- TableHeaderCell.cs
- FastEncoder.cs
- RegistryKey.cs
- AVElementHelper.cs
- DecimalAnimationUsingKeyFrames.cs
- NamespaceMapping.cs
- FlagsAttribute.cs
- regiisutil.cs
- login.cs
- LinkLabel.cs
- ContainerFilterService.cs
- ContactManager.cs
- RepeaterItemEventArgs.cs
- ResourceDescriptionAttribute.cs
- WhiteSpaceTrimStringConverter.cs
- OutputCacheSettingsSection.cs
- PeekCompletedEventArgs.cs
- GenerateTemporaryTargetAssembly.cs
- TemplateApplicationHelper.cs
- PageParserFilter.cs
- MultiView.cs
- Utils.cs
- PathGradientBrush.cs
- XhtmlTextWriter.cs
- X509Certificate2Collection.cs
- ControlPaint.cs
- LineServicesCallbacks.cs
- SrgsSubset.cs
- securitycriticaldata.cs
- CopyOfAction.cs
- RenamedEventArgs.cs
- CodeBlockBuilder.cs
- SqlInternalConnection.cs
- DesignTimeType.cs
- TcpProcessProtocolHandler.cs
- ResXResourceReader.cs
- FatalException.cs
- XmlHierarchyData.cs
- WorkBatch.cs
- WebScriptEndpointElement.cs
- SecurityState.cs
- StringToken.cs
- CollectionContainer.cs
- RtfNavigator.cs
- SQLMoneyStorage.cs
- LogicalMethodInfo.cs
- ScalarOps.cs
- FontWeightConverter.cs
- PropertyIDSet.cs
- ColorPalette.cs
- LogSwitch.cs
- DbXmlEnabledProviderManifest.cs
- SizeValueSerializer.cs
- PermissionToken.cs
- HttpApplicationFactory.cs
- AuthenticationServiceManager.cs
- WpfKnownMemberInvoker.cs
- DataGridViewCheckBoxColumn.cs
- ProviderException.cs
- StringInfo.cs
- StringResourceManager.cs
- ToolStripPanel.cs
- TaiwanCalendar.cs
- IdentityReference.cs
- RootBrowserWindowAutomationPeer.cs
- CompiledIdentityConstraint.cs
- InvalidateEvent.cs
- FormConverter.cs
- ArglessEventHandlerProxy.cs
- FormsAuthenticationUserCollection.cs
- SQLByteStorage.cs
- assemblycache.cs
- EditableTreeList.cs
- ComponentEditorPage.cs
- HasCopySemanticsAttribute.cs
- ScopelessEnumAttribute.cs
- _TimerThread.cs
- AmbientLight.cs
- OperatorExpressions.cs
- AnnotationMap.cs
- FileLevelControlBuilderAttribute.cs
- FlowDocument.cs
- AnnotationStore.cs
- ExpressionBuilderCollection.cs
- DesignerInterfaces.cs
- SplayTreeNode.cs