RichEditTextDocument.BatchDisplayUpdates Method

Definition

Increments an internal counter that controls whether text updates are displayed immediately or batched.

public:
 virtual int BatchDisplayUpdates() = BatchDisplayUpdates;
int BatchDisplayUpdates();
public int BatchDisplayUpdates();
function batchDisplayUpdates()
Public Function BatchDisplayUpdates () As Integer

Returns

Int32

int

The value of the internal counter.

Implements

Applies to