Метод | Описание | |
---|---|---|
ListView ( int x, int y, int w, int h, IListProvider provider ) : System |
Public constructor.
|
|
PositionCursor ( ) : void | ||
ProcessKey ( int c ) : bool | ||
ProcessMouse ( |
||
ProviderChanged ( ) : void |
This method can be invoked by the model to notify the view that the contents of the model have changed. Invoke this method to invalidate the contents of the ListView and force the ListView to repaint the contents displayed. |
|
Redraw ( ) : void |
Метод | Описание | |
---|---|---|
SelectedChanged ( ) : void |
public ListView ( int x, int y, int w, int h, IListProvider provider ) : System | ||
x | int | |
y | int | |
w | int | |
h | int | |
provider | IListProvider | |
Результат | System |