Indicates that the map should temporarily avoid redrawing.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property HaltDrawing As Boolean |
| C# |
|---|
| public bool HaltDrawing { get; set; } |
| C++ |
|---|
| public property bool HaltDrawing sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_HaltDrawing(); /** property */ public void set_HaltDrawing(bool value); |
| JScript |
|---|
| public function get HaltDrawing() : bool public function set HaltDrawing(value : bool); |