[]
Interface for the status bar elements.
public interface IFpStatusBarElement
Public Interface IFpStatusBarElement
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. |
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. |
Name | Description |
---|---|
OnChanged | Causes the event to occur when the element is changed. |