The features described in this topic are obsolete
and should not be used in new IDL code.
Read Only Properties
BaseId (Runtime)
Widget ID of the pseudo base. The BaseId property is not valid until a call to CreateDrawWidget has been made.
DrawId (Runtime)
Widget ID of the created draw widget. The DrawId property is not valid until a call to CreateDrawWidget has been made.
hWnd (Runtime)
Window handle of the ActiveX control. The hWnd property is not valid until a call to CreateDrawWidget has been made.
LastIdlError (Runtime)
A string that contains the last IDL error message. This string will not change if the ExecuteStr method is called and an error does not occur.
Scroll
True if the widget will contain scroll bars.
The default value is FALSE.
Xoffset
Set at design time when the control is dropped or moved. Represents the x offset of the draw widget within the parent application.
Xviewport
Set at design time when the control is dropped or moved. Represents the visible width of the draw widget. If scroll bars are present, Xviewport will include the width of the scroll bars.
Yoffset
Set at design time when the control is dropped or moved. Represents the y offset of the draw widget within the parent application.
Yviewport
Set at design time when the control is dropped or moved. Represents the visible height of the draw widget. If scroll bars are present, Yviewport will include the height of the scroll bars.