[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ComboDropDownInfo

ComboDropDownInfo Class

Represents the drop-down settings for the drop-down function for GcComboBoxCellType.

Inheritance
ComboDropDownInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class ComboDropDownInfo : DropDownInfo, ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class ComboDropDownInfo
    Inherits DropDownInfo
    Implements ISerializable, ISerializeSupport

Constructors

Name Description
ComboDropDownInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
AllowResize

Gets or sets whether the user can change the size of the drop-down window with a size grip.

AutoWidth

Gets or sets whether to calculate the width for the drop-down window when opening the drop-down list.

Height

Gets or sets the drop-down height.

Width

Gets or sets the drop-down width.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.