www.gnostice.com 

IsBorder

Top  Previous  Next

 

This property specifies whether a border will be rendered for the form field.

 

 

Syntax

 

[VC++]

BOOL GetIsBorder();

void SetIsBorder(BOOL bNewValue);

 

[C#]

public virtual bool IsBorder { get; set; }

 

[VB]

Property IsBorder As Boolean

 

 

Remarks

 

When IsBorder is set to true, the form field will be rendered with a border. When the property is set to false, the form field will be rendered without a border.

 

 

Default Value

 

True