ComponentOne TileView for WPF and Silverlight
IsTabStop Property (C1TileViewItem)


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

Reference

C1TileViewItem Class
C1TileViewItem Members