1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="BulletedListDisplayMode" FullName="System.Web.UI.WebControls.BulletedListDisplayMode">
3  <TypeSignature Language="C#" Value="public enum BulletedListDisplayMode" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.Enum</BaseTypeName>
10  </Base>
11  <Docs>
12    <since version=".NET 2.0" />
13    <remarks>
14      <attribution license="cc4" from="Microsoft" modified="false" />
15      <para>The <see cref="T:System.Web.UI.WebControls.BulletedListDisplayMode" /> enumeration represents the display behaviors that you can apply to the content of the list items in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. The <see cref="P:System.Web.UI.WebControls.BulletedList.DisplayMode" /> property uses these enumeration values to set the display behavior of the list item content in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control. For example, if you set the <see cref="P:System.Web.UI.WebControls.BulletedList.DisplayMode" /> property to the <see cref="F:System.Web.UI.WebControls.BulletedListDisplayMode.HyperLink" /> value, the content of each list item in the <see cref="T:System.Web.UI.WebControls.BulletedList" /> control renders as a hyperlink.</para>
16      <para>The <see cref="F:System.Web.UI.WebControls.BulletedListDisplayMode.Text" /> value allows you to display the list item content as regular text with no additional functionality.</para>
17      <para>The <see cref="F:System.Web.UI.WebControls.BulletedListDisplayMode.HyperLink" /> value allows you to display list item content as hyperlinks. When clicked, a hyperlink navigates to a URL. Use the <see cref="P:System.Web.UI.WebControls.ListItem.Value" /> property to specify the URL that a hyperlink navigates to.</para>
18      <para>The <see cref="F:System.Web.UI.WebControls.BulletedListDisplayMode.LinkButton" /> value allows you to display list item content as link buttons. Use the <see cref="E:System.Web.UI.WebControls.BulletedList.Click" /> event to post back to the server when the user clicks a link button. Use the event data of the <see cref="T:System.Web.UI.WebControls.BulletedListEventArgs" /> class to determine the index of the link button in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> that the user clicked.</para>
19    </remarks>
20    <summary>
21      <attribution license="cc4" from="Microsoft" modified="false" />
22      <para>Specifies the display behaviors that you can apply to the list item contents in a <see cref="T:System.Web.UI.WebControls.BulletedList" /> control.</para>
23    </summary>
24  </Docs>
25  <Members>
26    <Member MemberName="HyperLink">
27      <MemberSignature Language="C#" Value="HyperLink" />
28      <MemberType>Field</MemberType>
29      <ReturnValue>
30        <ReturnType>System.Web.UI.WebControls.BulletedListDisplayMode</ReturnType>
31      </ReturnValue>
32      <Docs>
33        <since version=".NET 2.0" />
34        <summary>
35          <attribution license="cc4" from="Microsoft" modified="false" />
36          <para>Displays the list item content as hyperlinks.</para>
37        </summary>
38      </Docs>
39      <AssemblyInfo>
40        <AssemblyVersion>2.0.0.0</AssemblyVersion>
41      </AssemblyInfo>
42    </Member>
43    <Member MemberName="LinkButton">
44      <MemberSignature Language="C#" Value="LinkButton" />
45      <MemberType>Field</MemberType>
46      <ReturnValue>
47        <ReturnType>System.Web.UI.WebControls.BulletedListDisplayMode</ReturnType>
48      </ReturnValue>
49      <Docs>
50        <since version=".NET 2.0" />
51        <summary>
52          <attribution license="cc4" from="Microsoft" modified="false" />
53          <para>Displays the list item content as link buttons.</para>
54        </summary>
55      </Docs>
56      <AssemblyInfo>
57        <AssemblyVersion>2.0.0.0</AssemblyVersion>
58      </AssemblyInfo>
59    </Member>
60    <Member MemberName="Text">
61      <MemberSignature Language="C#" Value="Text" />
62      <MemberType>Field</MemberType>
63      <ReturnValue>
64        <ReturnType>System.Web.UI.WebControls.BulletedListDisplayMode</ReturnType>
65      </ReturnValue>
66      <Docs>
67        <since version=".NET 2.0" />
68        <summary>
69          <attribution license="cc4" from="Microsoft" modified="false" />
70          <para>Displays the list item content as text.</para>
71        </summary>
72      </Docs>
73      <AssemblyInfo>
74        <AssemblyVersion>2.0.0.0</AssemblyVersion>
75      </AssemblyInfo>
76    </Member>
77  </Members>
78</Type>