Table of Contents

Interface ITab

Namespace
HP.LFT.SDK.PowerBuilder
Assembly
HP.LFT.SDK.dll

A single tab item belonging to a PowerBuilder tab control object.

public interface ITab

Properties

IsSelected

Indicates whether the tab item is selected.

bool IsSelected { get; }

Property Value

bool

Text

The text of the tab item.

string Text { get; }

Property Value

string