Spread for ASP.NET 8.0 Product Documentation
SetTabIndex Method (BaseDropDownCellType)


Editor
Value of attribute
Set TabIndex for editor
Syntax
'Declaration
 
Public Overrides Sub SetTabIndex( _
   ByVal editor As WebControl, _
   ByVal value As String _
) 
'Usage
 
Dim instance As BaseDropDownCellType
Dim editor As WebControl
Dim value As String
 
instance.SetTabIndex(editor, value)
public override void SetTabIndex( 
   WebControl editor,
   string value
)

Parameters

editor
Editor
value
Value of attribute
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

BaseDropDownCellType Class
BaseDropDownCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.