ActiveTabInflate Property
In This Topic
Gets or sets whether the active tab appears larger than the other tabs.
Syntax
'Declaration
Public Overridable Property ActiveTabInflate As Integer
'Usage
Dim instance As TabStrip
Dim value As Integer
instance.ActiveTabInflate = value
value = instance.ActiveTabInflate
public virtual int ActiveTabInflate {get; set;}
See Also