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
- UTF8Encoding.cs
- QueryComponents.cs
- KoreanLunisolarCalendar.cs
- SchemaNames.cs
- TextModifierScope.cs
- DbParameterHelper.cs
- CodeIndexerExpression.cs
- CommandEventArgs.cs
- ThreadStartException.cs
- GlyphShapingProperties.cs
- SqlClientMetaDataCollectionNames.cs
- XmlSchemaExternal.cs
- AutoGeneratedFieldProperties.cs
- TagPrefixCollection.cs
- HyperLinkStyle.cs
- NullableDecimalSumAggregationOperator.cs
- ExpandableObjectConverter.cs
- InstancePersistenceCommandException.cs
- DoubleAnimationBase.cs
- AlternateView.cs
- TypeInfo.cs
- DtdParser.cs
- GridViewItemAutomationPeer.cs
- InvokeBase.cs
- Semaphore.cs
- TreeViewBindingsEditorForm.cs
- XmlElementAttribute.cs
- OdbcInfoMessageEvent.cs
- WindowsListViewItemStartMenu.cs
- EventBuilder.cs
- NodeFunctions.cs
- SoapMessage.cs
- Logging.cs
- IfJoinedCondition.cs
- MemberHolder.cs
- TransformCollection.cs
- ConfigurationProperty.cs
- PartBasedPackageProperties.cs
- HttpModuleCollection.cs
- BuildProvider.cs
- ReliableChannelFactory.cs
- Debugger.cs
- ChtmlTextWriter.cs
- DataSourceControlBuilder.cs
- ScrollViewer.cs
- SByte.cs
- IsolatedStorageFile.cs
- CreateUserErrorEventArgs.cs
- CheckBoxPopupAdapter.cs
- TextTreeNode.cs
- CacheHelper.cs
- RtfControls.cs
- StylusLogic.cs
- ImageClickEventArgs.cs
- DynamicObject.cs
- ApplicationServicesHostFactory.cs
- CheckableControlBaseAdapter.cs
- SqlGatherConsumedAliases.cs
- ConnectionOrientedTransportChannelListener.cs
- Soap.cs
- DoubleAnimationClockResource.cs
- path.cs
- SortKey.cs
- TextTreeUndo.cs
- TailCallAnalyzer.cs
- QilXmlWriter.cs
- GZipStream.cs
- EventlogProvider.cs
- ListContractAdapter.cs
- WebPartCatalogCloseVerb.cs
- ProxyWebPart.cs
- StickyNoteContentControl.cs
- DesignerView.cs
- LockingPersistenceProvider.cs
- DbConnectionClosed.cs
- ContentHostHelper.cs
- SelectionBorderGlyph.cs
- TextEncodedRawTextWriter.cs
- SoapTypeAttribute.cs
- CqlParser.cs
- StyleSelector.cs
- ClientTargetSection.cs
- BrowserCapabilitiesFactory.cs
- PointUtil.cs
- ListMarkerLine.cs
- PathFigure.cs
- LogExtent.cs
- CodeCommentStatementCollection.cs
- KeyEvent.cs
- DictionarySectionHandler.cs
- VisualBrush.cs
- CalendarBlackoutDatesCollection.cs
- MetadataCollection.cs
- DataGridViewCellFormattingEventArgs.cs
- FormViewInsertEventArgs.cs
- TraceContext.cs
- LayoutTableCell.cs
- Int16Storage.cs
- DataStorage.cs
- ProxyWebPartManager.cs