Accusoft.NotateXpress13.Net
MultiLineEdit Property




Gets and sets whether to use a standard Multi-line edit control to edit text.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
<BrowsableAttribute(True)>
<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
[Category("NotateXpress")]
[Browsable(true)]
[Description("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")]
public bool MultiLineEdit {get; set;}
[Category("NotateXpress")]
[Browsable(true)]
[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
);
[Category("NotateXpress")]
[Browsable(true)]
[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.
Remarks
The default value is false.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback