Gets or sets a value indicating whether the window will show an icon in the title bar.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public bool ShowIcon { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property ShowIcon As Boolean |
Property Value
Type: Boolean true if the icon in the title bar should be visible, otherwise false. Default value is true.
See Also
|