In This Topic
Gets or sets whether the tab strip displays buttons.
Syntax
'Declaration
Public Overridable Property ShowNavButtons As Boolean
'Usage
Dim instance As TabStrip
Dim value As Boolean
instance.ShowNavButtons = value
value = instance.ShowNavButtons
public virtual bool ShowNavButtons {get; set;}
See Also