FarPoint.Win.Spread
TitleInfo Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : TitleInfo Class


The following tables list the members exposed by TitleInfo.

Public Constructors

 NameDescription
Public ConstructorTitleInfo ConstructorOverloaded.  Creates information about the title bar.  
Top

Public Properties

 NameDescription
Public PropertyBackColor Gets or sets the back color of the title bar.  
Public PropertyBorder Gets or sets the border of the title bar.  
Public PropertyCellType Gets or sets the type of cell for the title bar.  
Public PropertyFont Gets or sets the font settings of the title bar.  
Public PropertyForeColor Gets or sets the text color of the title bar.  
Public PropertyHeight Gets or sets the height of title bar.  
Public PropertyHorizontalAlign Gets or sets the horizontal alignment of the title bar.  
Public PropertyText Gets or sets the text of title bar.  
Public PropertyValue Gets or sets the value for title.  
Public PropertyVerticalAlign Gets or sets the vertical alignment of the title bar.  
Public PropertyVisible Gets or sets whether the titleinfo is displayed.  
Top

Public Methods

 NameDescription
Public MethodDeserialize Loads the title bar information from XML.  
Public MethodGetObjectData Serializes the object to the SerializationInfo.  
Public MethodReset Resets the title bar information.  
Public MethodSerialize Saves the title bar information to XML.  
Top

Protected Methods

 NameDescription
Protected MethodFireChanged Raises the property Changed event.  
Top

See Also