Opt whether to show the title of the data
display.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Title() As Boolean
|
| [C#] |
|---|
public bool Title {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_Title();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Title(
|
| [Java] |
|---|
public bool getTitle();public void setTitle(
|