JAMS Developer Guide
TabStop Property (EditSourceManager)


MVPSI.JAMS Namespace > EditSourceManager Class : TabStop Property
Syntax
'Declaration
 
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute()>
<System.Runtime.InteropServices.DispIdAttribute(-516)>
<SRDescriptionAttribute("Indicates whether the user can use the TAB key to give focus to the control.")>
Public Property TabStop As System.Boolean
'Usage
 
Dim instance As EditSourceManager
Dim value As System.Boolean
 
instance.TabStop = value
 
value = instance.TabStop
[SRCategory("Behavior")]
[System.ComponentModel.DefaultValue()]
[System.Runtime.InteropServices.DispId(-516)]
[SRDescription("Indicates whether the user can use the TAB key to give focus to the control.")]
public System.bool TabStop {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditSourceManager Class
EditSourceManager Members