Jump to content

Set/Unset a style


SlimShady
 Share

Recommended Posts

I'm creating an editor and I want the user to switch word wrap on/off.

And I think it's the following style I need to switch: ES_AUTOHSCROLL

I know we can set a style using GUICtrlSetStyle.

But how do I "unset" a style?

Edit: Removed typo

Edited by SlimShady
Link to comment
Share on other sites

It's my understanding that GuiCtrlSetStyle overwrites any existing style settings (except forced default styles documented in the help file appendix)....

With regard to toggling word wrap, I ran into this probem in my long-abandoned project AutoPad

Setting the word wrap style was not sufficient to make the edit control word wrap. Maybe there is a GuiSendMsg or DllCall that will work, but I ended up creating two edit controls and showing/hiding them as needed.

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...