Search

You searched for the word(s):
< 1 second(s)
  • Links Dropdown

    Hi Adam, I am using this code to populate ''Links'' dropdown dynamically: CuteEditor.ToolControl toolctrl = Editor1.ToolControls[''Links'']; if(toolctrl!=null) { CuteEditor.RichDropDownList dropdown = (CuteEditor.RichDropDownList)Editor1.ToolControls[''Links''].Control; //clear the items from configuration files dropdown.Items.Clear(); ...
    Posted to Cute Editor for .NET (Forum) by ryordanova on March 14, 2005