Thanks Ken,
I am passing a variable "bgcol" to the editor aspx.
Public ReadOnly Property bgcol() As String
Get
Return Request.QueryString("bgcol").ToString()
End Get
End Property
I was wanting to set the background-color to the variable but ignorant of the coding required.
EditorBodyStyle="background-color: bgcol ;"