UseExcel2013Style Property
In This Topic
Syntax
'Declaration
Public Property UseExcel2013Style As Boolean
'Usage
Dim instance As TabStrip
Dim value As Boolean
instance.UseExcel2013Style = value
value = instance.UseExcel2013Style
public bool UseExcel2013Style {get; set;}
See Also