ComponentOne Basic Library for WPF and Silverlight
TabIndex Property (C1SlideContentControl)


C1.WPF Namespace > C1SlideContentControl Class : TabIndex Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property TabIndex As System.Integer
'Usage
 
Dim instance As C1SlideContentControl
Dim value As System.Integer
 
instance.TabIndex = value
 
value = instance.TabIndex
[System.ComponentModel.Category("Behavior")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public System.int TabIndex {get; set;}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members