Copyright © 2003-2024 MultiMedia Soft

Value property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Value As Long

 

[C#]

public long Value {get; set;}

 

[C++]

public: __property long get_Value ();

public: __property void set_Value (long);

 

 

Remarks

The control's current 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.