Indicates if this element is in draft mode, i.e., draws fast.
[Visual Basic 6.0] Property DraftMode As Boolean
[Visual Basic .NET] Public Property DraftMode As Boolean
[C#] public bool DraftMode {get; set;}
[Java] public boolean isDraftMode() throws IOException, AutomationException
[Java] public void setDraftMode( boolean DraftMode ) throws IOException, AutomationException
[C++]
HRESULT get_DraftMode(
VARIANT_BOOL* DraftMode
);
[C++] HRESULT put_DraftMode( VARIANT_BOOL DraftMode);
Parameters
DraftMode [out, retval]
DraftMode is a parameter of type VARIANT_BOOL
DraftMode [in]
DraftMode is a parameter of type VARIANT_BOOL
DraftMode set or returns a property that controls the speed and detail of the drawing of the frame. When DraftMode is set to TRUE, the contents of the frame will draw quicker but without as much detail. When the property is set to FALSE, the contents take longer to draw but include all the details.