Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / TemplatedWizardStep.cs / 1305376 / TemplatedWizardStep.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Web; using System.Web.UI; [ Bindable(false), ControlBuilderAttribute(typeof(WizardStepControlBuilder)), ParseChildren(true), PersistChildren(false), ToolboxItem(false), Themeable(true) ] public class TemplatedWizardStep : WizardStepBase { private ITemplate _contentTemplate; private Control _contentContainer; private ITemplate _navigationTemplate; private Control _navigationContainer; [ Browsable(false), DefaultValue(null), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), PersistenceMode(PersistenceMode.InnerProperty), TemplateContainer(typeof(Wizard)), WebSysDescription(SR.TemplatedWizardStep_ContentTemplate) ] public virtual ITemplate ContentTemplate { get { return _contentTemplate; } set { _contentTemplate = value; if (Owner != null && ControlState > ControlState.Constructed) { Owner.RequiresControlsRecreation(); } } } [ Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public Control ContentTemplateContainer { get { return _contentContainer; } internal set { _contentContainer = value; } } [ Browsable(false), DefaultValue(null), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), PersistenceMode(PersistenceMode.InnerProperty), TemplateContainer(typeof(Wizard)), WebSysDescription(SR.TemplatedWizardStep_CustomNavigationTemplate) ] public virtual ITemplate CustomNavigationTemplate { get { return _navigationTemplate; } set { _navigationTemplate = value; if (Owner != null && ControlState > ControlState.Constructed) { Owner.RequiresControlsRecreation(); } } } [ Browsable(false), Bindable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public Control CustomNavigationTemplateContainer { get { return _navigationContainer; } internal set { _navigationContainer = value; } } [ Browsable(true) ] public override string SkinID { get { return base.SkinID; } set { base.SkinID = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Web; using System.Web.UI; [ Bindable(false), ControlBuilderAttribute(typeof(WizardStepControlBuilder)), ParseChildren(true), PersistChildren(false), ToolboxItem(false), Themeable(true) ] public class TemplatedWizardStep : WizardStepBase { private ITemplate _contentTemplate; private Control _contentContainer; private ITemplate _navigationTemplate; private Control _navigationContainer; [ Browsable(false), DefaultValue(null), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), PersistenceMode(PersistenceMode.InnerProperty), TemplateContainer(typeof(Wizard)), WebSysDescription(SR.TemplatedWizardStep_ContentTemplate) ] public virtual ITemplate ContentTemplate { get { return _contentTemplate; } set { _contentTemplate = value; if (Owner != null && ControlState > ControlState.Constructed) { Owner.RequiresControlsRecreation(); } } } [ Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public Control ContentTemplateContainer { get { return _contentContainer; } internal set { _contentContainer = value; } } [ Browsable(false), DefaultValue(null), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), PersistenceMode(PersistenceMode.InnerProperty), TemplateContainer(typeof(Wizard)), WebSysDescription(SR.TemplatedWizardStep_CustomNavigationTemplate) ] public virtual ITemplate CustomNavigationTemplate { get { return _navigationTemplate; } set { _navigationTemplate = value; if (Owner != null && ControlState > ControlState.Constructed) { Owner.RequiresControlsRecreation(); } } } [ Browsable(false), Bindable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public Control CustomNavigationTemplateContainer { get { return _navigationContainer; } internal set { _navigationContainer = value; } } [ Browsable(true) ] public override string SkinID { get { return base.SkinID; } set { base.SkinID = 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
- IFlowDocumentViewer.cs
- KeyboardEventArgs.cs
- MetadataCollection.cs
- InstanceDescriptor.cs
- SqlLiftIndependentRowExpressions.cs
- CommentGlyph.cs
- WebRequestModuleElementCollection.cs
- bidPrivateBase.cs
- AccessDataSourceView.cs
- ExceptionUtil.cs
- PackUriHelper.cs
- ListView.cs
- IDictionary.cs
- ListViewDeletedEventArgs.cs
- MemberPathMap.cs
- SqlBuffer.cs
- UserNamePasswordValidator.cs
- RepeatInfo.cs
- ThreadStaticAttribute.cs
- cookieexception.cs
- OfTypeExpression.cs
- Stylus.cs
- CapacityStreamGeometryContext.cs
- ServerIdentity.cs
- CodeTypeDeclaration.cs
- ProtocolImporter.cs
- Knowncolors.cs
- LeaseManager.cs
- RegexRunnerFactory.cs
- ColorContextHelper.cs
- FormViewActionList.cs
- ProtocolElementCollection.cs
- StreamUpdate.cs
- DefaultTextStore.cs
- DebugView.cs
- Converter.cs
- SoundPlayerAction.cs
- DefaultShape.cs
- EnumBuilder.cs
- CreateUserWizard.cs
- HostAdapter.cs
- SamlAuthorizationDecisionClaimResource.cs
- MessageQueueException.cs
- StrongNameUtility.cs
- DataControlCommands.cs
- HttpPostedFile.cs
- ModifierKeysConverter.cs
- TextSelectionHighlightLayer.cs
- ScaleTransform3D.cs
- RootAction.cs
- ReferenceSchema.cs
- XmlSchemaIdentityConstraint.cs
- HtmlInputHidden.cs
- BoundsDrawingContextWalker.cs
- InstanceDataCollection.cs
- OracleInternalConnection.cs
- GroupItem.cs
- DataGridLengthConverter.cs
- TypographyProperties.cs
- DesignerVerbCollection.cs
- KeyInstance.cs
- SynchronizationFilter.cs
- LayoutTable.cs
- RightsManagementEncryptedStream.cs
- DnsPermission.cs
- StringResourceManager.cs
- TrackingServices.cs
- SqlFacetAttribute.cs
- XmlSchemaSubstitutionGroup.cs
- NotificationContext.cs
- DBSqlParserColumn.cs
- AssemblyCache.cs
- GeneratedView.cs
- ServiceSecurityAuditElement.cs
- KnownBoxes.cs
- UIElementCollection.cs
- TimeIntervalCollection.cs
- HttpResponseHeader.cs
- ImageConverter.cs
- CodeDomComponentSerializationService.cs
- StrokeCollection.cs
- BuildProvider.cs
- SafeRightsManagementHandle.cs
- DropShadowEffect.cs
- SurrogateSelector.cs
- MSG.cs
- uribuilder.cs
- StateFinalizationActivity.cs
- ProviderConnectionPoint.cs
- mediaclock.cs
- DrawTreeNodeEventArgs.cs
- ScrollData.cs
- Source.cs
- DataObjectCopyingEventArgs.cs
- PropertySegmentSerializationProvider.cs
- CommunicationObjectFaultedException.cs
- ToolStripComboBox.cs
- XsltSettings.cs
- UserValidatedEventArgs.cs
- DataRecordObjectView.cs