Click or drag to resize

TpsCtrlTitlePanelFormAppearance Property

Gets or sets the value indicating if the control should look like a Form's title.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public bool FormAppearance { get; set; }

Property Value

Type: Boolean
true if the control will paint like a Form's caption; otherwise false. the default value is false.
See Also