DisplayLabel Constructor (String, Boolean, Color, Point, Object)

CVB.Net Documentation
Construct a display label.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public DisplayLabel(
	string text,
	bool canDrag,
	Color color,
	Point pos,
	Object tag
)

Parameters

text
Type: SystemString
label text
canDrag
Type: SystemBoolean
If true, the label becomes dragable, if false it will remain fixed
color
Type: System.DrawingColor
label color
pos
Type: System.DrawingPoint
label position in pixel coordinates
tag
Type: SystemObject
object with which this label is to be associated
See Also

Reference