CADability dotNET
Defines an input object for an action derived from ConstructAction. This input object extpects the user to enter a string in a edit field. Pressing enter or TAB or clicking the mouse proceeds to the next input object.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class StringInput : ConstructAction..::..InputObject, 
	IInputObject, ICommandHandler
Visual Basic
Public Class StringInput _
	Inherits ConstructAction..::..InputObject _
	Implements IInputObject, ICommandHandler
Visual C++
public ref class StringInput : public ConstructAction..::..InputObject, 
	IInputObject, ICommandHandler

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..ConstructAction..::..InputObject
    CADability.Actions..::..ConstructAction..::..StringInput

See Also