ListBoxHost.ForwardTabKey Property

Gets or sets whether the tab key should be forwarded to virtual tree control.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property ForwardTabKey As Boolean
    Get
    Set
'Usage
Dim instance As ListBoxHost
Dim value As Boolean

value = instance.ForwardTabKey

instance.ForwardTabKey = value
public bool ForwardTabKey { get; set; }
public:
property bool ForwardTabKey {
    bool get ();
    void set (bool value);
}
function get ForwardTabKey () : boolean
function set ForwardTabKey (value : boolean)
member ForwardTabKey : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListBoxHost Class

ListBoxHost Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace