Visavi Visual OPC .NET  

OpcTrackBar.Maximum Property

Gets or sets the maximum value of the trackbar's range.

[Visual Basic]
Public Property Maximum As Integer

[C#]
public int Maximum {get; set;}

[C++]
public: __property int get_Maximum();
public: __property void set_Maximum(int);

[JScript]
public function get Maximum() : int;
public function set Maximum(int);

Property Value

Gets or sets the maximum value of the range of the trackbar control. The default value is 100.

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

OpcTrackBar Class | OpcTrackBar Members | Visavi.Opc.Client.Forms Namespace