[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IFpStatusBarElement

IFpStatusBarElement Interface

Interface for the status bar elements.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IFpStatusBarElement
Public Interface IFpStatusBarElement

Properties

Name Description
Align

Gets or sets the element alignment.

MenuText

Gets the element text displayed in context menu.

Owner

Gets the status bar that contains the element.

Text

Gets the element text.

ValueText

Gets value as string type

Visible

Indicates whether the element is displayed in the status bar.

Methods

Name Description
CalculateValue()

Calculate value of the element.

Dopaint(Graphics, Rectangle)

Paints the element using the graphics object and the rectangle.

GetPreferedWidth()

Gets the preferred width of the element.

GetTextTip(Point)

Gets the element text tip.

OnAttachSpreadContext()

Calls the function when attaching the spread context to the element.

OnDetachSpreadContext()

Calls the function when detaching the spread context from the element.

OnMouseDown(MouseEventArgs)

Processes the mouse down event for the element.

OnMouseLeave(EventArgs)

Processes the mouse leave event for the element.

OnMouseMove(MouseEventArgs)

Processes the mouse move event for the element.

OnMouseUp(MouseEventArgs)

Processes the mouse up event for the element.

SetBound(Rectangle)

Sets the element boundary.

Events

Name Description
OnChanged

Causes the event to occur when the element is changed.