Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1560
MaskedEditTool
posted

how can I make the maskededittool always in edit mode?

  • 71886
    Offline posted

    Hello GoDaddy,

    You might be able to achieve the desired behavior using a code like the following:

    MaskedEditTool tool = (MaskedEditTool)ultraToolbarsManager1.Toolbars[0].Tools["MaskedEditTool1"];

    tool.IsInEditMode = true;

    Please feel free to let me know if I misunderstood you or if you have any other questions.