IsShowLabel Method (TagDateTimeInputParams)
In This Topic
Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control.
Syntax
'Declaration
Public Overridable Function IsShowLabel() As Boolean
public virtual bool IsShowLabel()
Return Value
True if the label is to be shown, false otherwise.
See Also