Spread Windows Forms 12.0 Product Documentation
IsTextWrapSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsTextWrapSet Method
Gets whether the element can wrap multiple-line text (TextWrap property is set).
Syntax
'Declaration
 
Public Overridable Function IsTextWrapSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsTextWrapSet()
public virtual bool IsTextWrapSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the TextWrap property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
TextWrap Property