HierarchyNode.ReDraw Method

Definition

Overloads

ReDraw()

protected:
 void ReDraw();
protected void ReDraw();
member this.ReDraw : unit -> unit
Protected Sub ReDraw ()

Applies to

ReDraw(Boolean, Boolean, Boolean)

public:
 void ReDraw(bool bUpdateIcon, bool bUpdateStateIcon, bool bUpdateText);
public void ReDraw(bool bUpdateIcon, bool bUpdateStateIcon, bool bUpdateText);
member this.ReDraw : bool * bool * bool -> unit
Public Sub ReDraw (bUpdateIcon As Boolean, bUpdateStateIcon As Boolean, bUpdateText As Boolean)

Parameters

bUpdateIcon
Boolean
bUpdateStateIcon
Boolean
bUpdateText
Boolean

Applies to