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