Description
Enable the desired links line graphics
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ShowDesiredLinks() As Boolean
|
| [C#] |
|---|
public bool ShowDesiredLinks {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_ShowDesiredLinks(); public: __property void set_ShowDesiredLinks( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ShowDesiredLinks( VARIANT_BOOL * pRetVal ); public: HRESULT put_ShowDesiredLinks( VARIANT_BOOL NewShowDesiredLinks );
|
| [Java] |
|---|
public bool getShowDesiredLinks();public void setShowDesiredLinks( bool );
|
See Also