| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Text displayed on Cancel button.")> Public Property Text As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CancelButtonStyle Dim value As String instance.Text = value value = instance.Text | |
| C# | |
|---|---|
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Text displayed on Cancel button.")] public string Text {get; set;} | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Text displayed on Cancel button.")] public: property String^ Text { String^ get(); void set ( String^ value); } | |
Property Value
The default value is an empty string.Target Platforms: Microsoft .NET Framework 2.0
Copy Code