setting Fontname

  •  06-19-2006, 6:08 AM

    setting Fontname

    I am using Cute Editor for .Net.Problem is that the default font is Tahoma.When I change the  font to Verdana then Editor does not change it .
     
    I use the following code to change to font name to Verdana
     
     
    ////////////////////////////////////////////

    Dim dropdown1 As CuteEditor.RichDropDownList

    dropdown1 = DirectCast(NewsEditor.ToolControls("FontName").Control, CuteEditor.RichDropDownList)

    dropdown1.SelectedIndex = 2 ' here 2 is the index of font Verdana

     
    /////////////////////////////////////////////
     
     
View Complete Thread