Method | Description | |
---|---|---|
GetLargeStep ( int hwnd ) : double | ||
GetLowerBound ( int hwnd ) : double | ||
GetPosition ( int hwnd ) : double | ||
GetSmallStep ( int hwnd ) : double | ||
GetUpperBound ( int hwnd ) : double | ||
GetValue ( int hwnd ) : double | ||
SetPosition ( int hwnd, double pos ) : void | ||
SetValue ( int hwnd, double newVal ) : void | ||
Spin ( ) : System |
public SetPosition ( int hwnd, double pos ) : void | ||
hwnd | int | |
pos | double | |
return | void |
public SetValue ( int hwnd, double newVal ) : void | ||
hwnd | int | |
newVal | double | |
return | void |