Spread for ASP.NET 10 Product Documentation
SetTabIndex Method (BaseCellType)


Editor
Value of attribute
Sets the tab index for the editor.
Syntax
'Declaration
 
Public Overridable Sub SetTabIndex( _
   ByVal editor As WebControl, _
   ByVal value As String _
) 
'Usage
 
Dim instance As BaseCellType
Dim editor As WebControl
Dim value As String
 
instance.SetTabIndex(editor, value)
public virtual void SetTabIndex( 
   WebControl editor,
   string value
)

Parameters

editor
Editor
value
Value of attribute
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

BaseCellType Class
BaseCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.