I have some Custom editor tools like below, that no longer show the text in the button in Q1 2009. The text and shortcut do show in the tooltip though. Any ideas on how to fix this?
Jason
EditorTool editorTool; |
editorTool = new EditorTool |
{ |
Name = "InsertCustomAND", |
Text = "AND", |
ShortCut = "CTRL+1" |
}; |
editorTool.Attributes["text-align"] = "center"; |
editorTool.Attributes["width"] = "20px"; |
txtFormula.Tools[0].Tools.Add(editorTool); |