Class SLScope.TSLViewButtonSettings
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabScopePkg
Unit: SLScope
Inherits: TSLBasicViewButtonSettings
Contents | 
Syntax
Delphi:
type TSLViewButtonSettings = class( TSLBasicViewButtonSettings )
C++ Builder:
class TSLViewButtonSettings : public TSLBasicViewButtonSettings
Visual C++ (MFC):
class CTSLViewButtonSettings : public CTSLBasicViewButtonSettings
C# (.NET):
public ref class TSLViewButtonSettings : Mitov.PlotLab.BasicViewButtonSettings
Summary
View button settings class.
Description
Defines class to specify the view buttons settings defining how the buttons will behave.
Events
- OnClick - Occurs when the user clicks the button.
 
From TSLBasicViewButtonSettings
Properties
Published
- MouseOverBorderColor - Specifies the border color of a button when the mouse button is over it.
 - MouseOverColor - Specifies the background color of a button when the mouse button is over it.
 - MouseDownBorderColor - Specifies the border color of a button when the mouse button is down over it.
 - MouseDownColor - Specifies the background color of a button when the mouse button is down over it.
 - Cursor - Specifies the mouse cursor to be shown when moving over the button.
 - Enabled - Enables the View buttons.