File: WizardStep.xml

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (59 lines) | stat: -rw-r--r-- 3,477 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<Type Name="WizardStep" FullName="System.Web.UI.WebControls.WizardStep">
  <TypeSignature Language="C#" Value="public sealed class WizardStep : System.Web.UI.WebControls.WizardStepBase" />
  <AssemblyInfo>
    <AssemblyName>System.Web</AssemblyName>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Web.UI.WebControls.WizardStepBase</BaseTypeName>
  </Base>
  <Interfaces />
  <Attributes>
    <Attribute>
      <AttributeName>System.ComponentModel.Bindable(false)</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName>System.ComponentModel.ToolboxItem("")</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName>System.Web.UI.ControlBuilder(typeof(System.Web.UI.WebControls.WizardStepControlBuilder))</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <since version=".NET 2.0" />
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>A <see cref="T:System.Web.UI.WebControls.Wizard" /> control is made up of a collection of <see cref="T:System.Web.UI.WebControls.WizardStep" /> objects that represent single steps of a wizard. The <see cref="T:System.Web.UI.WebControls.Wizard" /> control displays a single <see cref="T:System.Web.UI.WebControls.WizardStep" /> object at a time. You can use a <see cref="T:System.Web.UI.WebControls.Wizard" /> control and its associated <see cref="T:System.Web.UI.WebControls.WizardStep" /> objects to collect related data in a linear or nonlinear fashion.</para>
      <block subset="none" type="note">
        <para>If you embed the <see cref="T:System.Web.UI.WebControls.Login" /> control in a <see cref="T:System.Web.UI.WebControls.WizardStep" />, explicitly set the <see cref="P:System.Web.UI.WebControls.Wizard.ActiveStepIndex" /> in a Page_Load event handler if the user is authenticated. The <see cref="T:System.Web.UI.WebControls.Wizard" /> control does not automatically advance to the next <see cref="T:System.Web.UI.WebControls.WizardStep" /> in this scenario.</para>
      </block>
      <para>You cannot apply a theme to <see cref="T:System.Web.UI.WebControls.WizardStep" /> but you can apply a theme to <see cref="T:System.Web.UI.WebControls.TemplatedWizardStep" />.</para>
      <block subset="none" type="note">
        <para>If you programmatically add a <see cref="T:System.Web.UI.WebControls.WizardStep" /> in the Page_Load event handler, you must add the navigation to that step prior to the page loading.</para>
      </block>
    </remarks>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>Represents a basic step that is displayed in a <see cref="T:System.Web.UI.WebControls.Wizard" /> control. This class cannot be inherited.</para>
    </summary>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public WizardStep ();" />
      <MemberType>Constructor</MemberType>
      <Parameters />
      <Docs>
        <remarks>To be added.</remarks>
        <since version=".NET 2.0" />
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.WizardStep" /> class. </para>
        </summary>
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
  </Members>
</Type>