Class SLScope.TSLBasicViewButtonSettings
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' BasicViewButtonSettings : [[Class Vcl.VclProperty|Vcl.VclProperty]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:30, 26 June 2013
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: TLPPersistentNotify
Contents | 
Syntax
Delphi:
type TSLBasicViewButtonSettings = class( TLPPersistentNotify )
C++ Builder:
class TSLBasicViewButtonSettings : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLBasicViewButtonSettings : public CTLPPersistentNotify
C# (.NET):
public ref class BasicViewButtonSettings : Vcl.VclProperty
Summary
View button settings class.
Description
Defines class to specify the view buttons settings defining how the buttons will behave.
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.