[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.LiteralBoxInfo

LiteralBoxInfo Class

Defines a kind of char box that is read-only box and just accepts the user's selection.

Inheritance
LiteralBoxInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(LiteralBoxInfoTypeConverter))]
public class LiteralBoxInfo : CharBoxInfo, ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
<TypeConverter(GetType(LiteralBoxInfoTypeConverter))>
Public Class LiteralBoxInfo
    Inherits CharBoxInfo
    Implements ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport

Constructors

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.

Properties

Name Description
Text

Gets or sets the text of the literal box.

Methods

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.