This document is archived and information here might be outdated. Recommended version. |
Indicates whether display supports static drawing such as lables and graphics.
[Visual Basic .NET] Public Property SupportStaticDrawing As Boolean
[C#] public bool SupportStaticDrawing {get; set;}
[C++]
HRESULT get_SupportStaticDrawing(
Boolean* staticDrawing
);
[C++]
HRESULT put_SupportStaticDrawing(
VARIANT_BOOL staticDrawing
);
[C++]
Parameters staticDrawing [out, retval]
staticDrawing is a parameter of type bool* staticDrawing [in]
staticDrawing is a parameter of type bool