ArcObjects Component Help  (Core)    

IFrameElement.DraftMode Property

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;}
[C++]
public: __property bool get_DraftMode();
public: __property void set_DraftMode(bool );

Remarks

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.