'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
[BrowsableAttribute(true)]
[CategoryAttribute("NotateXpress")]
[DescriptionAttribute("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")]
public bool MultiLineEdit {get; set;}
[BrowsableAttribute(true)]
[CategoryAttribute("NotateXpress")]
[DescriptionAttribute("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
);
[BrowsableAttribute(true)]
[CategoryAttribute("NotateXpress")]
[DescriptionAttribute("Inidciates whether the TextTool uses a standard Multi-line edit control to edit text.")]
public:
property bool MultiLineEdit {
bool get();
void set ( bool value);
}