Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OfficeTaskPane Namespace / SmartOfficeTaskPane Class / TabStop Property


In This Topic
    TabStop Property (SmartOfficeTaskPane)
    In This Topic
    Gets or sets a boolean value indicating if the user can give the focus to this control using the TAB key.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the user can give the focus to this control using the TAB key.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    Public Shadows Property TabStop As Boolean
    'Usage
     
    Dim instance As SmartOfficeTaskPane
    Dim value As Boolean
     
    instance.TabStop = value
     
    value = instance.TabStop
    [Description("Indicates if the user can give the focus to this control using the TAB key.")]
    [Category("Behavior")]
    [DefaultValue(false)]
    public new bool TabStop {get; set;}

    Property Value

    true if the user can give the focus to this control using the TAB key; false otherwise. By default, false.
    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