ComponentOne Basic Library for UWP
IsEnabled Property (C1TabControl)

C1.UWP Assembly > C1.Xaml Namespace > C1TabControl Class : IsEnabled Property
Gets or sets a value indicating whether this element is enabled in the user interface (UI).
Syntax
'Declaration
 
Public Shadows Property IsEnabled As System.Boolean
public new System.bool IsEnabled {get; set;}

Property Value

true if the element is enabled; otherwise, false. The default value is true.
See Also

Reference

C1TabControl Class
C1TabControl Members