SOLIDWORKS PDM Professional API Help Send Feedback
EdmRepaintType Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmRepaintType Enumeration


Types of flags passed into IEdmImage::Reposition to control how to handle repainting of the background window.

Syntax

Visual Basic 
Public Enum EdmRepaintType 
   Inherits System.Enum
C# 
public enum EdmRepaintType : System.Enum 
C++/CLI 
public enum class EdmRepaintType : public System.Enum 

Members

MemberDescription
EdmRepaint_Erase2 = Trigger both paint and erase (WM_ERASEBKGND) message
EdmRepaint_Nothing0 = Do not refresh the window
EdmRepaint_Repaint1 = Trigger a repaint (WM_PAINT) message but not a background erase

See Also