Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / PlaceHolder.cs / 1305376 / PlaceHolder.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Web.UI;
///
/// Interacts with the parser to build a control.
///
public class PlaceHolderControlBuilder : ControlBuilder {
///
///
/// Specifies whether white space literals are allowed.
///
public override bool AllowWhitespaceLiterals() {
return false;
}
}
// The reason we define this empty override in the WebControls namespace is
// to expose it as a control that can be used on a page (ASURT 51116)
// E.g.
///
/// [To be supplied.]
///
[
ControlBuilderAttribute(typeof(PlaceHolderControlBuilder))
]
public class PlaceHolder : Control {
///
/// Gets and sets a value indicating whether theme is enabled.
///
[
Browsable(true)
]
public override bool EnableTheming {
get {
return base.EnableTheming;
}
set {
base.EnableTheming = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PanelContainerDesigner.cs
- EditBehavior.cs
- ProgressChangedEventArgs.cs
- TCEAdapterGenerator.cs
- DataFieldConverter.cs
- SettingsProviderCollection.cs
- Keywords.cs
- WebConfigurationHost.cs
- XmlWrappingReader.cs
- XPathException.cs
- TargetException.cs
- AutoScrollExpandMessageFilter.cs
- Collection.cs
- Ref.cs
- RuntimeWrappedException.cs
- EventHandlersStore.cs
- COM2PropertyDescriptor.cs
- ImageKeyConverter.cs
- IInstanceTable.cs
- SQLRoleProvider.cs
- ColorComboBox.cs
- SqlLiftWhereClauses.cs
- ClientSideProviderDescription.cs
- PageBuildProvider.cs
- CatalogPart.cs
- FileStream.cs
- SharedStatics.cs
- XmlSchemaSimpleContentExtension.cs
- MenuItemStyleCollection.cs
- TimeSpanOrInfiniteValidator.cs
- SystemParameters.cs
- CompareInfo.cs
- ControlCachePolicy.cs
- DTCTransactionManager.cs
- SqlBooleanMismatchVisitor.cs
- SqlTypeConverter.cs
- QuaternionIndependentAnimationStorage.cs
- Column.cs
- CursorInteropHelper.cs
- ActivityCodeDomSerializer.cs
- Gdiplus.cs
- OdbcConnectionStringbuilder.cs
- TcpSocketManager.cs
- ToolTip.cs
- EventSetter.cs
- XmlQueryCardinality.cs
- IApplicationTrustManager.cs
- TypeSemantics.cs
- GraphicsContainer.cs
- InlineUIContainer.cs
- CharacterMetrics.cs
- DesignerActionVerbItem.cs
- InArgumentConverter.cs
- validationstate.cs
- AttributeCollection.cs
- HttpApplicationStateWrapper.cs
- CancelEventArgs.cs
- NativeCompoundFileAPIs.cs
- Pointer.cs
- HitTestResult.cs
- UIntPtr.cs
- SynchronizingStream.cs
- UrlAuthorizationModule.cs
- Double.cs
- ControlEvent.cs
- TypeBuilder.cs
- CriticalHandle.cs
- returneventsaver.cs
- _ListenerRequestStream.cs
- WindowsGraphics2.cs
- RectangleHotSpot.cs
- TrustManagerPromptUI.cs
- SecurityException.cs
- UriTemplateClientFormatter.cs
- ActivityUtilities.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- CodeGeneratorOptions.cs
- InternalEnumValidatorAttribute.cs
- MenuItemCollectionEditorDialog.cs
- TimeoutValidationAttribute.cs
- BreakRecordTable.cs
- JulianCalendar.cs
- StructureChangedEventArgs.cs
- KeyValueSerializer.cs
- FormViewDeleteEventArgs.cs
- DataSet.cs
- EntityTypeBase.cs
- InternalDuplexBindingElement.cs
- KeyEventArgs.cs
- ObjectTag.cs
- WindowsIdentity.cs
- SessionStateUtil.cs
- COM2ExtendedUITypeEditor.cs
- PointLight.cs
- StateManagedCollection.cs
- ChannelTerminatedException.cs
- ConnectionStringSettingsCollection.cs
- ToolStripPanelRenderEventArgs.cs
- SmtpLoginAuthenticationModule.cs
- TextRunCacheImp.cs