Click or drag to resize

TpsFormFormAppearance Property

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

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 be painted as like a Form; otherwise false. the default value is false.
See Also