Share via


xRecord.interactiveContext Method

Definition

Overloads

interactiveContext()

Sets or returns the current interactive context of the table buffer.

interactiveContext(Boolean)

interactiveContext()

Sets or returns the current interactive context of the table buffer.

public:
 virtual bool interactiveContext();
public virtual bool interactiveContext ();
abstract member interactiveContext : unit -> bool
override this.interactiveContext : unit -> bool
Public Overridable Function interactiveContext () As Boolean

Returns

The current interactive context of the table buffer.

Applies to

interactiveContext(Boolean)

public:
 virtual bool interactiveContext(bool _context);
public virtual bool interactiveContext (bool _context);
abstract member interactiveContext : bool -> bool
override this.interactiveContext : bool -> bool
Public Overridable Function interactiveContext (_context As Boolean) As Boolean

Parameters

_context
Boolean

Returns

Applies to