Specifies options of the user styles combo box.
property Options: TUserStyleComboOptions;
|
Option |
Description |
|
uscoIncludeLexer |
Uses styles from TSyntAnalyzer component linked to the Editor. |
|
uscoIncludeUser |
Uses styles from TSyntStyles component assigned to the TSyntaxMemo.UserStyles property of the Editor. |
|
uscoNoEdit |
Does not allow editing of the style name, otherwise user can enter style name. |
|
uscoAutoWidth |
Automatically change width of the drop-down list to fit all style entries. |
|
uscoStyledItems |
Automatically sort styles in drop-down list by style name. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|