Share via


USDTabControl.HasOneItem Property

Definition

Contains a Boolean value that specifies if the tab control has one item.

public:
 property bool HasOneItem { bool get(); void set(bool value); };
public bool HasOneItem { get; set; }
member this.HasOneItem : bool with get, set
Public Property HasOneItem As Boolean

Property Value

True if it has one item, otherwise false.

Applies to