StatusLineStyle Enumeration

CVB.Net Documentation
Different ways the Cvb Display can handle the status line appearance.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public enum StatusLineStyle
Members

  Member nameValueDescription
Show0 Always show the status line
Hide1 Never show the status line
Auto2 Show the status line as long as it has to display any content, other- wise hide it
MouseOver3 Hide the status line, but if the mouse hovers over the status line, then show it if there is content
See Also

Reference