| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >PROP:MsgModeDefault | [[prop messagehook.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop minheight.htm|{{btn_next_n.gif|Next page}}]] | | || You can use **PROP:MsgModeDefault** to apply a global style for all the MESSAGE dialogs in your APP, selecting from these styles: MSGMODE:SYSMODAL MSGMODE:CANCOPY MSGMODE:FIXEDFONT You can easily override the global MESSAGE syle by supplying the "style" parameter when you call the MESSAGE function." For example: SYSTEM{PROP:MsgModeDefault} = MSGMODE:CANCOPY        !Set all calls to MESSAGE support copy&paste See also: [[message return message box response .htm|MESSAGE]]