Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- IndexedSelectQueryOperator.cs
- XmlStrings.cs
- SoapFaultCodes.cs
- X509RawDataKeyIdentifierClause.cs
- OutputCacheProfileCollection.cs
- SolidColorBrush.cs
- EmptyStringExpandableObjectConverter.cs
- FixedSOMSemanticBox.cs
- BindingObserver.cs
- InfiniteTimeSpanConverter.cs
- DelegateSerializationHolder.cs
- ListViewItemEventArgs.cs
- Geometry.cs
- BaseProcessProtocolHandler.cs
- StackSpiller.Temps.cs
- WindowsGrip.cs
- SqlFunctionAttribute.cs
- Claim.cs
- InputGestureCollection.cs
- DataBinding.cs
- InfiniteIntConverter.cs
- TagMapCollection.cs
- LayoutEditorPart.cs
- ContainerUIElement3D.cs
- FontStyle.cs
- SplitterCancelEvent.cs
- NavigatorInvalidBodyAccessException.cs
- ExpandCollapseProviderWrapper.cs
- OdbcDataReader.cs
- Nullable.cs
- ServiceKnownTypeAttribute.cs
- DefaultShape.cs
- ExpressionBindingCollection.cs
- ValidationUtility.cs
- XmlCustomFormatter.cs
- SettingsProperty.cs
- KnownTypesProvider.cs
- PngBitmapEncoder.cs
- UriTemplateMatchException.cs
- RSAOAEPKeyExchangeDeformatter.cs
- Range.cs
- ToolBarPanel.cs
- UnmanagedBitmapWrapper.cs
- PreservationFileWriter.cs
- XslTransform.cs
- ScrollEventArgs.cs
- SecurityPolicyVersion.cs
- WindowsBrush.cs
- InputLanguage.cs
- InternalConfigEventArgs.cs
- UIPropertyMetadata.cs
- DataGridViewSelectedColumnCollection.cs
- SimpleTypeResolver.cs
- ScopeElement.cs
- XmlNullResolver.cs
- Wildcard.cs
- ShowExpandedMultiValueConverter.cs
- WebColorConverter.cs
- WebPartDeleteVerb.cs
- HashSet.cs
- KeyInstance.cs
- MutexSecurity.cs
- HttpRequestCacheValidator.cs
- JsonEncodingStreamWrapper.cs
- StateDesignerConnector.cs
- InputDevice.cs
- HtmlInputPassword.cs
- CopyOfAction.cs
- XmlElementAttributes.cs
- ValueSerializerAttribute.cs
- ParameterElement.cs
- ObjectHandle.cs
- JsonFormatWriterGenerator.cs
- XPathParser.cs
- SerializableTypeCodeDomSerializer.cs
- MenuRendererClassic.cs
- MethodAccessException.cs
- LambdaCompiler.Unary.cs
- DriveNotFoundException.cs
- XmlSchemaAttribute.cs
- DefaultPrintController.cs
- IsolatedStoragePermission.cs
- SizeAnimationClockResource.cs
- SecurityKeyUsage.cs
- ComponentEvent.cs
- ExternalException.cs
- PreProcessor.cs
- TdsParserStaticMethods.cs
- XPathNodeIterator.cs
- Rfc4050KeyFormatter.cs
- ExternalException.cs
- MultiSelectRootGridEntry.cs
- TextFormatter.cs
- BufferedWebEventProvider.cs
- FormViewPageEventArgs.cs
- ListViewCancelEventArgs.cs
- ManagementObjectSearcher.cs
- XmlReflectionImporter.cs
- InvalidComObjectException.cs
- LambdaCompiler.Expressions.cs