Class
DesktopTabItem

Represents list view item control.

Definition

Constructors

DesktopTabItem()

Declaration

cs-api-definition
public DesktopTabItem()

Properties

IsSelected

Indicates whether current tab item is selected.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

Methods

InitControl(DesktopElement)

Initialize desktop control.

Declaration

cs-api-definition
protected override void InitControl(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Overrides DesktopControl.InitControl(DesktopElement)

Select()

Select current tab item.

Declaration

cs-api-definition
public void Select()