C# Class HaloMap.Plugins.IFPIO.IFPTextBox

The ifp text box.
Inheritance: BaseObject
Mostrar archivo Open project: troymac1ure/Entity

Public Methods

Method Description
IFPTextBox ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPTextBox class.

Method Details

IFPTextBox() public method

Initializes a new instance of the IFPTextBox class.
public IFPTextBox ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpName string Name of the ifp.
extendedDescription string
ifpVisible bool if set to true [ifp visible].
ifpOffset int The ifp offset.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
return System