When the object is Memo (IEObjectMemo) locks the alignment, color and font, allowing all characters to have the same aspect.
If this property is disabled (false) the user can modify font and alignment using following control keys:
F2 : increase font size
F1 : decrease font size
CTRL + L : left align
CTRL + E : center align
CTRL + R : right align
CTRL + J : justified
CTRL + F : open font dialog
CTRL + B : Bold
CTRL + I : Italic
CTRL + U : Underline
CTRL + G : set background color (open dialog)
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool FontLocked { get; set; }
Public Property FontLocked As Boolean Get Set
public: property bool FontLocked { bool get (); void set (bool value); }