CADability dotNET
Overrides GetValueControl(Int32, Int32), returns the control on the right hand side of this ShowProperty which is a edit box in this case.

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

Syntax

C#
public override Control GetValueControl(
	int Width,
	int Height
)
Visual Basic
Public Overrides Function GetValueControl ( _
	Width As Integer, _
	Height As Integer _
) As Control
Visual C++
public:
virtual Control^ GetValueControl(
	int Width, 
	int Height
) override

Parameters

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

Implements

IShowProperty..::..GetValueControl(Int32, Int32)

See Also