Cannot hide 'InsertTable" button on toolbar?

  •  05-10-2007, 3:02 PM

    Cannot hide 'InsertTable" button on toolbar?

    We have to dynamically, at times, hide certain toolbar buttons.   I have hidden all of the buttons using the following construct, EXCEPT for the InsertTable one, which for some reason seems to persist.  Is there something different about this button?   Thanks.

    Dim
    tc As CuteEditor.ToolControlCollecton

    tc = Editor1.ToolControls

    tc.Remove("InsertTable")

View Complete Thread