PagePorter Class Library

FpLinkBar.RendersNothing Method 

Returns a value that indicates if the control will render nothing with the current property values.

[Visual Basic]
Public Function RendersNothing() As Boolean
[C#]
public bool RendersNothing();

Return Value

Returns a value that indicates if the control will render nothing with the current property values.

Remarks

This method is used by the designer to render messages to the user if the control would otherwise display as empty.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace