Crainiate Community

Support and discussion for users of Crainiate component software products
Welcome to Crainiate Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » StartEdit (RSS)
  • Re: LabelEdit example?

    private void model1_ElementDoubleClick(object sender, System.EventArgs e) { if (sender is Shape) { Shape shape = (Shape) sender; if (shape.Label != null) model1.StartEdit(shape.Label); } }
    Posted to Forum by James Westgate on 12-27-2007
Page 1 of 1 (1 items)