HtmlControl.SetStyleElem Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)

Syntax

'Declaration
Protected Shared Sub SetStyleElem ( _
    h As HtmlElement, _
    name As String, _
    value As String _
)
protected static void SetStyleElem(
    HtmlElement h,
    string name,
    string value
)
protected:
static void SetStyleElem(
    HtmlElement^ h, 
    String^ name, 
    String^ value
)
static member SetStyleElem : 
        h:HtmlElement * 
        name:string * 
        value:string -> unit
protected static function SetStyleElem(
    h : HtmlElement, 
    name : String, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace