[]
Defines a kind of char box that is read-only box and just accepts the user's selection.
[TypeConverter(typeof(LiteralBoxInfoTypeConverter))]
public class LiteralBoxInfo : CharBoxInfo, ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
<TypeConverter(GetType(LiteralBoxInfoTypeConverter))>
Public Class LiteralBoxInfo
Inherits CharBoxInfo
Implements ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
Name | Description |
---|---|
LiteralBoxInfo() | Initializes a new instance of the InputBoxInfo. |
LiteralBoxInfo(bool, Size, Color, Color, CharBoxStyle, Padding, Padding, CharBoxBorderInfo, Font, ContentAlignment, string) | Initializes a new instance of the InputBoxInfo. |
LiteralBoxInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
LiteralBoxInfo(string) | Initializes a new instance of the InputBoxInfo. |
Name | Description |
---|---|
Text | Gets or sets the text of the literal box. |
Name | Description |
---|---|
Clone() | Gets an object that is clone this object. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |