[]
Represents a StatusBarInfo class used to define status bar settings.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class StatusBarInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class StatusBarInfo
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
StatusBarInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Text | Gets or sets the text of the StatusBar. |
Visible | Gets or set a bool value that indicates whether the status bar is visible. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |