BulletedList.Text Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the text for the BulletedList control.
public:
virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public override string Text { get; set; }
member this.Text : string with get, set
Public Overrides Property Text As String
The SelectedValue of the BulletedList, if one of the items in the BulletedList is selected; otherwise, an empty string ("").
An attempt was made to assign a value to the Text.
The Text property is inherited from the ListControl class and is not applicable to the BulletedList control.
Napomena
The Text property is set internally based on the selected list item in the BulletedList control. If you set the Text property directly, a NotSupportedException exception is thrown.
While you cannot access the Text property of BulletedList control, you can use the event data of the BulletedListEventArgs class to determine the index of the link button in a BulletedList that was clicked. You can then access the Text property of the LinkButton control.
Proizvod | Verzije |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: