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
- SplashScreen.cs
- CornerRadiusConverter.cs
- SafeCoTaskMem.cs
- GC.cs
- XmlWellformedWriter.cs
- PermissionSet.cs
- odbcmetadatacolumnnames.cs
- MembershipSection.cs
- CmsInterop.cs
- InputProcessorProfilesLoader.cs
- TriggerBase.cs
- XmlToDatasetMap.cs
- ControlEvent.cs
- ButtonFieldBase.cs
- ActivityWithResultWrapper.cs
- OracleCommandSet.cs
- FormsAuthenticationEventArgs.cs
- Pkcs7Signer.cs
- Predicate.cs
- NativeMethods.cs
- DataGridViewIntLinkedList.cs
- MenuItem.cs
- IntegerValidator.cs
- ToolStrip.cs
- HttpStreams.cs
- GiveFeedbackEventArgs.cs
- DragCompletedEventArgs.cs
- SevenBitStream.cs
- DateTimeUtil.cs
- BaseCodeDomTreeGenerator.cs
- ToolboxDataAttribute.cs
- CharacterBuffer.cs
- FixedHighlight.cs
- HelpKeywordAttribute.cs
- HasCopySemanticsAttribute.cs
- _ListenerAsyncResult.cs
- WebPartDeleteVerb.cs
- LOSFormatter.cs
- Util.cs
- GestureRecognizer.cs
- PropertyDescriptor.cs
- WrappedReader.cs
- StructuralObject.cs
- ContextProperty.cs
- OletxVolatileEnlistment.cs
- Logging.cs
- HttpModuleCollection.cs
- IndexingContentUnit.cs
- TrustManager.cs
- ButtonColumn.cs
- SendActivityValidator.cs
- ReflectionHelper.cs
- ITreeGenerator.cs
- AuthorizationRuleCollection.cs
- DispatcherSynchronizationContext.cs
- SessionEndingEventArgs.cs
- ActiveXSite.cs
- WeakReferenceList.cs
- ScriptResourceHandler.cs
- TdsParserStateObject.cs
- ScriptResourceInfo.cs
- MILUtilities.cs
- DataSourceView.cs
- TransformConverter.cs
- Line.cs
- WebCategoryAttribute.cs
- RelationshipManager.cs
- WriteTimeStream.cs
- ImageList.cs
- TypeUsageBuilder.cs
- SafeNativeMemoryHandle.cs
- Group.cs
- OutKeywords.cs
- SystemColors.cs
- RadioButtonList.cs
- EventLogPermissionEntryCollection.cs
- TranslateTransform.cs
- PeerFlooder.cs
- SendAgentStatusRequest.cs
- Accessors.cs
- AutomationElementCollection.cs
- RadioButtonAutomationPeer.cs
- RuleInfoComparer.cs
- SpotLight.cs
- DesignerActionVerbList.cs
- InfiniteIntConverter.cs
- RuntimeIdentifierPropertyAttribute.cs
- DateTimeConverter2.cs
- TextSimpleMarkerProperties.cs
- PrimaryKeyTypeConverter.cs
- IisTraceWebEventProvider.cs
- StrokeCollection2.cs
- DES.cs
- DetailsViewRow.cs
- Int16Converter.cs
- ISFClipboardData.cs
- Stylesheet.cs
- IISMapPath.cs
- TypeExtensionConverter.cs
- Transaction.cs