Description
Gets or Sets whether persistence lines are displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DisplayLines() As Boolean
|
| [C#] |
|---|
public bool DisplayLines {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_DisplayLines(); public: __property void set_DisplayLines( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DisplayLines( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayLines( VARIANT_BOOL NewDisplayLines );
|
| [Java] |
|---|
public bool getDisplayLines(); public void setDisplayLines( bool );
|
See Also