MindFusion.UI for WebForms Programmer's Guide

TimePicker.set_showButton Method

See Also
 



Sets a value indicating whether the popup button should be visible.

Namespace: MindFusion.UI.Web
Assembly: TimePicker.js

 Syntax

JavaScript  Copy Code

function set_showButton (value)

 Parameters

value

Type: Boolean
True if the popup button should be visible, otherwise false.

 See Also