TextBoxActiveXControl.IsMultiLine
TextBoxActiveXControl.IsMultiLine property
Indicates whether the control can display more than one line of text.
public bool IsMultiLine { get; set; }
Examples
[C#]
if(!activeXControl.IsMultiLine)
{
activeXControl.IsMultiLine = true;
}
See Also
- class TextBoxActiveXControl
- namespace Aspose.Cells.Drawing.ActiveXControls
- assembly Aspose.Cells