C# Класс Fluqi.Widget.jProgressBar.Methods

The "Methods" are called after the control has been initialised. If for instance you want to change the value of a property, or invoke "some" action on the control (e.g. "open" or "close") you call the "Method" rather than through the "Options" (as Options is about the initialisation of the control).
Наследование: Core.Methods
Показать файл Открыть проект

Открытые методы

Метод Описание
Destroy ( ) : void

Remove the ProgressBar functionality completely. This will return the element back to its pre-init state.

Disable ( ) : void

Disable the progressbar.

Enable ( ) : void

Enable the progressbar.

GetValue ( ) : void

Gets the current value of the progressbar.

Methods ( Fluqi.Widget.jProgressBar.ProgressBar pb ) : System

Constructor

SetValue ( int newValue ) : void

Sets the current value of the progressbar.

Widget ( ) : void

Returns the .ui-progressbar element.

Описание методов

Destroy() публичный Метод

Remove the ProgressBar functionality completely. This will return the element back to its pre-init state.
public Destroy ( ) : void
Результат void

Disable() публичный Метод

Disable the progressbar.
public Disable ( ) : void
Результат void

Enable() публичный Метод

Enable the progressbar.
public Enable ( ) : void
Результат void

GetValue() публичный Метод

Gets the current value of the progressbar.
public GetValue ( ) : void
Результат void

Methods() публичный Метод

Constructor
public Methods ( Fluqi.Widget.jProgressBar.ProgressBar pb ) : System
pb Fluqi.Widget.jProgressBar.ProgressBar ProgressBar object to call
Результат System

SetValue() публичный Метод

Sets the current value of the progressbar.
public SetValue ( int newValue ) : void
newValue int
Результат void

Widget() публичный Метод

Returns the .ui-progressbar element.
public Widget ( ) : void
Результат void