ComponentOne Basic Library for WPF and Silverlight
IsTabStop Property (C1ListBoxItem)


C1.Silverlight Namespace > C1ListBoxItem Class : IsTabStop Property
Syntax
'Declaration
 
Public Property IsTabStop As System.Boolean
'Usage
 
Dim instance As C1ListBoxItem
Dim value As System.Boolean
 
instance.IsTabStop = value
 
value = instance.IsTabStop
public System.bool IsTabStop {get; set;}
See Also

Reference

C1ListBoxItem Class
C1ListBoxItem Members