Click or drag to resize

GTPUMasterDialogFormAppearance Property

Defines whether the control should look like a Form (with title and command bar) or not.

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

Property Value

Type: Boolean
true to paint the control like a Form; otherwise false. The default value is false.
See Also