Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTextBase Class / HasText Property

In This Topic
    HasText Property (RenderTextBase)
    In This Topic
    Gets a value indicating whether the current object represents a non-empty text.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property HasText As Boolean
    public abstract bool HasText {get;}
    See Also