Method UpdateSimpleDialogDisplay
UpdateSimpleDialogDisplay(CopyBufOption)
Updates the dialog in simple dialog mode.
Declaration
public Error UpdateSimpleDialogDisplay(CopyBufOption bufOption)
Parameters
Type | Name | Description |
---|---|---|
CopyBufOption | bufOption |
Returns
Type | Description |
---|---|
Error | Error |
Implements
Remarks
Apart from the visible buffer, the simple dialog mode also has a shadow buffer.
This shadow buffer can be used to prepare several graphical elements and then render all of them in one step with an update.
When the display is to be updated one can either overwrite the shadow buffer with the contents in the currently visible buffer or not.
Used in conjunction with
CreateSimpleDialogText(String, Int32, Int32, Color, Color),
SetSimpleDialogResourceImage(Bitmap, Int32, Int32, SelectBuf) and
SetSimpleDialogResourceImage(String, Int32, Int32, SelectBuf, SimpleDialogFileLoadOptions).