Table of Contents | ||||
|
||||
SetSelect | ||||
Purpose Changes the selection box image associated with a text object |
||||
Protoype void CTextMngr::SetSelect (string str_text_id, string str_img_id) |
||||
Parameters
|
||||
Description This function changes the image of selection box that will appear around the text object. For more information on selection boxes, see SelectText(). |
||||
Use CTextMngr text; text.SetSelect("my_text", "my_selection_box"); |
||||
|
||||
|