WizardLabel Class

Wizard label class.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardLabel : WizardControl
Inheritance
Object    WizardControl    WizardLabel

Remarks

Control to write text in wizard.

Constructors

WizardLabelInitializes a new instance of the WizardLabel class

Methods

ToString Converts control settings into String.
(Overrides WizardControlToString)

Fields

Rows Number of lines.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also