[]
Represents the drop-down settings for the drop-down function for GcComboBoxCellType.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class ComboDropDownInfo : DropDownInfo, ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class ComboDropDownInfo
Inherits DropDownInfo
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
ComboDropDownInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
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. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |