MainClass.Text Property
Public Property Text() As String
This language is not supported or no code example is available.
public string Text {get; set;}
This language is not supported or no code example is available.
member Text : string with get, set
This language is not supported or no code example is available.
Property Value
stringSome nice text.
This property is really interesting. We can use:
- font formatting or
code - bulleted or numbered lists
- tables, pictures, links
Here is a table:
| Column1 | Column2 |
|---|---|
| abc | 123 |
| def | 456 |
This is an example how to use Text and SelectedValue
properties:
try {
if (this.Text != "hello") {
return SelectedValue;
}
} catch (nestedException ex) {
return SampleEnum.value1;
}
This language is not supported or no code example is available.
Peter Macej
3.0
29
-
Everyone can access this member.