Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / TemplatedWizardStep.cs / 1 / TemplatedWizardStep.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Security.Permissions; using System.Web; using System.Web.UI; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [ 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.Security.Permissions; using System.Web; using System.Web.UI; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [ 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
- PriorityBindingExpression.cs
- PromptBuilder.cs
- ListDictionary.cs
- ObjectDataSourceMethodEventArgs.cs
- FullTextBreakpoint.cs
- Substitution.cs
- HtmlElementCollection.cs
- DynamicDataRoute.cs
- SafeProcessHandle.cs
- TableRow.cs
- WebPartTransformerCollection.cs
- _FtpControlStream.cs
- _SslStream.cs
- dataprotectionpermission.cs
- PrintDialogException.cs
- ParserOptions.cs
- ContainerUIElement3D.cs
- BaseCodePageEncoding.cs
- StringUtil.cs
- MultiByteCodec.cs
- DataRow.cs
- SimpleRecyclingCache.cs
- XmlDigitalSignatureProcessor.cs
- UriExt.cs
- BitmapEffect.cs
- SBCSCodePageEncoding.cs
- ReachSerializableProperties.cs
- TextServicesCompartment.cs
- NullableDoubleMinMaxAggregationOperator.cs
- EntityDataSourceSelectedEventArgs.cs
- _UriSyntax.cs
- CorrelationExtension.cs
- CodeCompiler.cs
- FontFaceLayoutInfo.cs
- ParseNumbers.cs
- SqlFormatter.cs
- UmAlQuraCalendar.cs
- CreateUserErrorEventArgs.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- CultureInfo.cs
- GeometryModel3D.cs
- WebSysDefaultValueAttribute.cs
- TypeSystem.cs
- PropertyPathConverter.cs
- DataGridViewAutoSizeModeEventArgs.cs
- WinEventTracker.cs
- DispatcherHookEventArgs.cs
- MatrixConverter.cs
- ThemeDictionaryExtension.cs
- QilIterator.cs
- EditorPartCollection.cs
- ProxyWebPartManagerDesigner.cs
- MaskedTextBox.cs
- GeneralTransform3DGroup.cs
- DataKeyCollection.cs
- BlockUIContainer.cs
- WebPartDescription.cs
- DataGridItemEventArgs.cs
- CatchDesigner.xaml.cs
- OdbcInfoMessageEvent.cs
- SecurityTokenInclusionMode.cs
- DataGrid.cs
- FacetDescriptionElement.cs
- OrthographicCamera.cs
- FixedFlowMap.cs
- DataBindingCollectionEditor.cs
- IsolatedStorage.cs
- DataSourceCache.cs
- EntityDataSourceReferenceGroup.cs
- OdbcCommand.cs
- ClientConvert.cs
- ComplexLine.cs
- SessionStateContainer.cs
- TemplatedEditableDesignerRegion.cs
- ThousandthOfEmRealDoubles.cs
- SR.cs
- FloaterParagraph.cs
- SkewTransform.cs
- WebPartEditorOkVerb.cs
- ComponentRenameEvent.cs
- SecurityUtils.cs
- Pair.cs
- SessionStateUtil.cs
- ListManagerBindingsCollection.cs
- Vector3DConverter.cs
- ScrollBar.cs
- MatrixAnimationBase.cs
- PerspectiveCamera.cs
- TextParagraphProperties.cs
- SafeProcessHandle.cs
- DefaultPrintController.cs
- SmiMetaDataProperty.cs
- StateChangeEvent.cs
- BamlResourceDeserializer.cs
- IdleTimeoutMonitor.cs
- RbTree.cs
- recordstatescratchpad.cs
- GACIdentityPermission.cs
- ImageIndexConverter.cs
- PenLineJoinValidation.cs