Opt whether to display static graphics: all ellipses are displayed in the graphics windows.
Read-write property
[Visual Basic .NET] |
---|
Public Property StaticGfx() As Boolean |
[C#] |
---|
public bool StaticGfx {get; set;} |
[Managed C++] |
---|
public: __property bool get_StaticGfx(); |
[Unmanaged C++] |
---|
public: HRESULT get_StaticGfx( VARIANT_BOOL * pVal ); public: HRESULT put_StaticGfx( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getStaticGfx(); public void setStaticGfx( bool ); |