Copyright © 2003-2024 MultiMedia Soft

Maximum property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Maximum As Long

 

[C#]

public long Maximum {get; set;}

 

[C++]

public: __property long get_Maximum ();

public: __property void set_Maximum (long);

 

 

Remarks

The control's maximum value.

This property is only available with the Ctl3dProgressBar component.

For further details about the use of the Progress Bar control, see the How to use the Progress Bar component section.