MindFusion.UI for WebForms Programmer's Guide

ColorPicker.ShowButton Property

See Also
 





Gets or sets a value indicating whether the popup button is visible

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public bool ShowButton { get; set; }

Visual Basic  Copy Code

Public Property ShowButton As Boolean

 Property Value

Type: Boolean
true if the popup button should be visible, otherwise false. Default value is true.

 See Also