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
- h
 Type: System.Windows.Forms.HtmlElement
- name
 Type: System.String
- value
 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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace