Sets the 'ContentEditable' attribute on the specified element.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Sub SetElementEditable ( _
    element As HtmlElement, _
    ro As Boolean _
)
protected void SetElementEditable(
    HtmlElement element,
    bool ro
)
protected:
void SetElementEditable(
    HtmlElement^ element, 
    bool ro
)
member SetElementEditable : 
        element:HtmlElement * 
        ro:bool -> unit
protected function SetElementEditable(
    element : HtmlElement, 
    ro : boolean
)
Parameters
- element
 Type: System.Windows.Forms.HtmlElement
- ro
 Type: System.Boolean
.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