Gets and sets whether to use a standard Multi-line edit control to edit text.
'Declaration
<BrowsableAttribute(True)>
<CategoryAttribute("NotateXpress")>
<DescriptionAttribute("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")>
Public Property MultiLineEdit As Boolean
'Usage
Dim instance As NotateXpress
Dim value As Boolean
instance.MultiLineEdit = value
value = instance.MultiLineEdit
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")]
public bool MultiLineEdit {get; set;}
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")]
public: __property bool get_MultiLineEdit();
public: __property void set_MultiLineEdit(
bool value
);
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")]
public:
property bool MultiLineEdit {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true when NotateXpress uses a standard Windows Multi-line edit control to edit existing text. Otherwise,
false is returned when NotateXpress uses its own built-in editing features.