CADability dotNET
Returns the Control which represents the right hand side of the entry. Is only required for entries of type SimpleEntry or OwnerDrawEntry. The Control may contain other controls. It is responsible to provide visual feedback to the state of the object it represents

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
Control GetValueControl(
	int Width,
	int Height
)
Visual Basic
Function GetValueControl ( _
	Width As Integer, _
	Height As Integer _
) As Control
Visual C++
Control^ GetValueControl(
	int Width, 
	int Height
)

Parameters

Width
Type: System..::..Int32
Height
Type: System..::..Int32

See Also