Table of Contents

Class UiObjectWithLayoutInfoDescription

The description of a PowerBuilder UiObjectWithLayout abstract type.

Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public abstract class UiObjectWithLayoutInfoDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

UiObjectWithLayoutInfoDescription()

Declaration
protected UiObjectWithLayoutInfoDescription()

Properties

IsRightAligned

Indicates whether the generic properties of the test object are right-aligned. (For support for right-to-left languages)

Declaration
public bool? IsRightAligned { get; set; }
Property Value
Type Description
bool?
Remarks

This style is ignored for left-to-right languages

IsRightToLeftLayout

Indicates whether the object's horizontal origin is on the right edge of the test object.

Declaration
public bool? IsRightToLeftLayout { get; set; }
Property Value
Type Description
bool?

IsRightToLeftReading

Indicates whether the object's text is displayed right-to-left.

Declaration
public bool? IsRightToLeftReading { get; set; }
Property Value
Type Description
bool?

Implements

ICloneable
IDescription