Toggles the display of all lines.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowLines() As Boolean |
[C#] |
---|
public bool ShowLines {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowLines(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowLines( VARIANT_BOOL * pDisplay ); public: HRESULT put_ShowLines( VARIANT_BOOL Display ); |
[Java] |
---|
public bool getShowLines(); public void setShowLines( bool ); |