SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : TabStop Property |
'Declaration
<SRDescriptionAttribute("Indicates whether the user can use the TAB key to give focus to the control.")> <System.ComponentModel.DefaultValueAttribute()> <System.Runtime.InteropServices.DispIdAttribute(-516)> <SRCategoryAttribute("Behavior")> Public Property TabStop As System.Boolean
'Usage
Dim instance As FormulaBar Dim value As System.Boolean instance.TabStop = value value = instance.TabStop
[SRDescription("Indicates whether the user can use the TAB key to give focus to the control.")] [System.ComponentModel.DefaultValue()] [System.Runtime.InteropServices.DispId(-516)] [SRCategory("Behavior")] public System.bool TabStop {get; set;}
public read-write property TabStop: System.Boolean;
SRDescriptionAttribute("Indicates whether the user can use the TAB key to give focus to the control.") System.ComponentModel.DefaultValueAttribute() System.Runtime.InteropServices.DispIdAttribute(-516) SRCategoryAttribute("Behavior") public function get,set TabStop : System.boolean
[SRDescription("Indicates whether the user can use the TAB key to give focus to the control.")] [System.ComponentModel.DefaultValue()] [System.Runtime.InteropServices.DispId(-516)] [SRCategory("Behavior")] public: __property System.bool get_TabStop(); public: __property void set_TabStop( System.bool value );
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