USDTabControl.HasOneItem Property
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.
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
.