| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property DefaultText As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual string DefaultText {get; set;} | |
Return Value
A String that represents the default text.For an example, refer to AnnTextPointerDrawDesigner.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code