[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.StatusBarInfo

StatusBarInfo Class

Represents a StatusBarInfo class used to define status bar settings.

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

Constructors

Name Description
StatusBarInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

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.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.