ð Visible Frame Displays object frame when checked
ð Frame Hot Track Enables the frame to glow when the mouse enters the control
ð Windows Theme Applies the current Windows theme to the control
ð Frame Sides Specifies which sides of the border are visible
ð Frame Settings Frame Color Specifies the color of the frame Frame Hot Color Specifies the glow color of the frame when "Hot Track" is enabled Frame Hot Style Specifies the hot style of the frame when "Hot Track" is enabled Frame Style Specifies the style of the frame
ð Color Options Disabled Color Specifies the background color of the control when disabled Focus Color Specifies the background color of the control when focused Read-Only Color Specifies the background color of the control when set to "read only" Read-Only Color on Focus Enables the "Read-Only" Color if the cursor focus is on the control
ð Scroll Bars None No scroll bars will be present Horizontal Only a horizontal scroll bar will be present Vertical Only a vertical scroll bar will be present Both Both horizontal and vertical scroll bars will be present
ð Auto-scroll Interval Specifies the length of time, in milliseconds, for the scrolling text to advance. The AUTOSCROLLCONTENT property must be used to begin scrolling of the content for the control, which can only be assigned (TRUE/FALSE) at runtime with the PROPERTY command.
PROPERTY OrderNotes AUTOSCROLLCONTENT 'TRUE'
The text will automatically scroll, and when reaching the end of the text, resets to the top and continues scrolling. |