www.gnostice.com 

AddItem

Top  Previous  Next

Call AddItem with RadioItem to add a radio button. Pass the parameter as an instance of TgtPDFFormRadionItem.

 

 

 

 

Syntax

 

 

 

[VC++]

long AddItem(LPCTSTR Value, unsigned long BorderColor, unsigned long BackgroundColor, double Left, double Top, double Right, double Bottom);

 

[C#]

public abstract new System.Int32 AddItem ( System.String Value , System.UInt32 BorderColor , System.UInt32 BackgroundColor , System.Double Left , System.Double Top , System.Double Right , System.Double Bottom )

 

[VB]

Function AddItem(Value As String, BorderColor As OLE_COLOR, BackgroundColor As OLE_COLOR, Left As Double, Top As Double, Right As Double, Bottom As Double) As Long

 

 

 

 

 

 

Return

 

 

Index of the new entry is returned.