Skip to content

Class: TabItemProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new TabItemProxy(context: IContext): TabItemProxy

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: TabItemProxy

Methods

getCaption

getCaption(): string

Implementation of ITabItemProxy

Overrides ControlProxy.getCaption

Returns: string

the caption of the contol


setCaption

setCaption(newCaption: string): void

Implementation of ITabItemProxy

Parameters:

Name Type
newCaption string

Returns: void