TreeView bold text

BlitzMax Forums/MaxGUI Module/TreeView bold text

col(Posted 2012) [#1]
Windows only -

I'm not sure if anyone will find this useful or not but I found a use for it so thought I'd share it.

You can set a TreeViewNode text to a bold style and retrieve its bold style status with these 2 functions :-

SetTreeViewNodeBoldText(TreeNode:TGadget,Flag) Change the Flag parameter to True or False as wanted
TreeViewNodeBoldText(TreeNode:TGadget) The return value will be True or False accordingly



Last edited 2012