ArcFM Solution Developer Guide
TabStop Property (AUBrowserControl)


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 AUBrowserControl
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AUBrowserControl Class
AUBrowserControl Members

 

 


Send Comment