[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SeparatorBoxInfo

SeparatorBoxInfo Class

Defines a kind of char box that display some patterns as a special separator and does not accepts the input and selection.

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

Constructors

Name Description
SeparatorBoxInfo()

Initializes a new instance of the SeparatorBoxInfo.

SeparatorBoxInfo(SeparatorShape)

Initializes a new instance of the SeparatorBoxInfo.

SeparatorBoxInfo(SeparatorShape, Size)

Initializes a new instance of the SeparatorBoxInfo.

SeparatorBoxInfo(bool, Size, Color, Color, CharBoxStyle, Padding, Padding, CharBoxBorderInfo, Font, ContentAlignment, SeparatorShape, Size)

Initializes a new instance of the SeparatorBoxInfo.

SeparatorBoxInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
SeparatorSize

Gets or sets the size of separator box.

Shape

Gets or sets the shape of the separator 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.