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
- DataSourceCache.cs
- SmiTypedGetterSetter.cs
- ObjectAnimationUsingKeyFrames.cs
- FixedSOMPageElement.cs
- DateTimeOffsetAdapter.cs
- ConfigurationValues.cs
- formatter.cs
- _HelperAsyncResults.cs
- __ConsoleStream.cs
- ObjectDataSourceFilteringEventArgs.cs
- ArraySubsetEnumerator.cs
- ConfigurationErrorsException.cs
- DateTimeStorage.cs
- ComPlusContractBehavior.cs
- ComponentResourceManager.cs
- ContentPlaceHolderDesigner.cs
- TraceContextEventArgs.cs
- ItemAutomationPeer.cs
- GeneralTransformGroup.cs
- SqlClientPermission.cs
- TrustManager.cs
- DynamicEntity.cs
- MediaContext.cs
- CultureSpecificStringDictionary.cs
- SmtpTransport.cs
- PropertyStore.cs
- WizardStepCollectionEditor.cs
- ResourceSet.cs
- Vector.cs
- odbcmetadatafactory.cs
- HTMLTagNameToTypeMapper.cs
- NumericUpDown.cs
- KeySplineConverter.cs
- RangeValueProviderWrapper.cs
- SoapInteropTypes.cs
- FixedSOMFixedBlock.cs
- OdbcCommand.cs
- LeftCellWrapper.cs
- DecoderNLS.cs
- DatagridviewDisplayedBandsData.cs
- AutoCompleteStringCollection.cs
- RequestCacheValidator.cs
- LogLogRecordEnumerator.cs
- ReflectPropertyDescriptor.cs
- OleDbInfoMessageEvent.cs
- DeadCharTextComposition.cs
- NotImplementedException.cs
- ServiceChannelManager.cs
- HttpTransportElement.cs
- AuditLogLocation.cs
- PowerStatus.cs
- SafeNativeMethods.cs
- TempEnvironment.cs
- XmlDataCollection.cs
- DynamicActivityTypeDescriptor.cs
- ConnectionPool.cs
- BitmapEffectvisualstate.cs
- WindowsIdentity.cs
- DBSqlParserColumn.cs
- CodeThrowExceptionStatement.cs
- MemoryPressure.cs
- HitTestResult.cs
- DbCommandTree.cs
- ActivityExecutorOperation.cs
- Sentence.cs
- DbFunctionCommandTree.cs
- VectorKeyFrameCollection.cs
- CollectionView.cs
- CallSiteOps.cs
- ClrProviderManifest.cs
- LogicalTreeHelper.cs
- AffineTransform3D.cs
- GridViewRowPresenter.cs
- DispatchWrapper.cs
- XhtmlBasicCommandAdapter.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ReadContentAsBinaryHelper.cs
- SelectionRangeConverter.cs
- ObjectStateManagerMetadata.cs
- RelatedPropertyManager.cs
- Run.cs
- Decimal.cs
- SamlAttribute.cs
- TraceContextEventArgs.cs
- DataTableReaderListener.cs
- SqlXmlStorage.cs
- MessageRpc.cs
- XomlCompilerParameters.cs
- CallSiteOps.cs
- namescope.cs
- GenericRootAutomationPeer.cs
- XmlDataDocument.cs
- UriScheme.cs
- GridViewItemAutomationPeer.cs
- CreateParams.cs
- PropertyItem.cs
- _NativeSSPI.cs
- Oci.cs
- CodeStatementCollection.cs
- FragmentQueryProcessor.cs