Table of Contents

Class PropertyGridDescription

The description of a .NET Windows Forms PropertyGrid test object.

Inheritance
PropertyGridDescription
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class PropertyGridDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

PropertyGridDescription()

Declaration
public PropertyGridDescription()

Properties

AttachedText

The static text attached to the object.

Declaration
public StringProperty AttachedText { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription