Hieu Posted April 19, 2017 Posted April 19, 2017 I have a Treeview with some of its items have different text color But I can not get the item text color of each item. I tried the API GUICtrlTreeView_GetTextColor https://www.autoitscript.com/autoit3/docs/libfunctions/_GUICtrlTreeView_GetTextColor.htm But it only returns text color of whole Treeview. Could anyone help me solve this case? Thank you very much. ============= Best regards Hieu
LarsJ Posted April 19, 2017 Posted April 19, 2017 Hieu, Maybe you can get information about the color value using the same method as used in this thread. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions
Hieu Posted April 20, 2017 Author Posted April 20, 2017 17 hours ago, LarsJ said: Hieu, Maybe you can get information about the color value using the same method as used in this thread. Thank Larsj, I will try
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now