Represents a field that is intended for data description rather than data gathering.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class FixedField : DataField

Remarks

This is a label of static text and corresponds to the Winforms Label control.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Extensions.Dataforms..::..DataField
    S22.Xmpp.Extensions.Dataforms..::..FixedField

See Also