xRecord.interactiveContext 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.
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