DataRepeaterItem.TabStop Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The DataRepeaterItem object is used internally by the DataRepeater control to display data at run time. The settings of the ItemTemplate determine how the data is displayed.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'إقرار
<BrowsableAttribute(False)> _
Public Property TabStop As Boolean
Get
Set
'الاستخدام
Dim instance As DataRepeaterItem
Dim value As Boolean
value = instance.TabStop
instance.TabStop = value
[BrowsableAttribute(false)]
public bool TabStop { get; set; }
[BrowsableAttribute(false)]
public:
property bool TabStop {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
member TabStop : bool with get, set
function get TabStop () : boolean
function set TabStop (value : boolean)
Property Value
Type: System.Boolean
true if the control participates in the tab order; otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace