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
- resourceKey
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.