IVsUIHierarchyNativeWindow.SetTreeRedraw(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets whether the tree view should enable or disable redraw.
public:
void SetTreeRedraw(bool fEnabled);
public:
void SetTreeRedraw(bool fEnabled);
void SetTreeRedraw(bool fEnabled);
public void SetTreeRedraw (bool fEnabled);
abstract member SetTreeRedraw : bool -> unit
Public Sub SetTreeRedraw (fEnabled As Boolean)
Parameters
- fEnabled
- Boolean
true
if enabled, otherwise false
.