OverlayBase Properties

CVB.Net Documentation

The OverlayBase type exposes the following members.

Properties

  NameDescription
Public propertyColor
Color of the label
Protected propertyDisplayID
The ID under which the unmanaged display "knows" the label
Public propertyInvokeRequired
tell whether actions on the display object require an invoke action or not (being user interface objects, display objects should not be modified asynchronously)
Public propertyIsDragable
Label dragable?
Public propertyParent
The display on which the label lives (if any...). Note that a label may only be associated with one display at a time
Public propertyTag
Field for user-definable data to be associated with the overlay object.
Public propertyText
Text being displayed on the label and/or in the status line
Top
See Also

Reference