See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

C#
public AppWizardFieldType CurrentFieldType { get; set; }
Visual Basic
Public Property CurrentFieldType As AppWizardFieldType
	Get
	Set
Visual C++
public:
property AppWizardFieldType CurrentFieldType {
	AppWizardFieldType get ();
	void set (AppWizardFieldType value);
}

Property Value

Type: AppWizardFieldType

See Also