TreeComboBoxHatterasWpf.ApplyCustomTextBoxTemplate Method

Applies the specified ControlTemplate to the editable text box of the combo box.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Sub ApplyCustomTextBoxTemplate ( _
    resourceKey As String _
)
public void ApplyCustomTextBoxTemplate(
    string resourceKey
)
public:
void ApplyCustomTextBoxTemplate(
    String^ resourceKey
)
member ApplyCustomTextBoxTemplate : 
        resourceKey:string -> unit
public function ApplyCustomTextBoxTemplate(
    resourceKey : String
)

Parameters

.NET Framework Security

See Also

Reference

TreeComboBoxHatterasWpf Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace