CADability dotNET

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

Syntax

C#
Control IShowProperty.GetValueControl(
	int Width,
	int Height
)
Visual Basic
Private Function GetValueControl ( _
	Width As Integer, _
	Height As Integer _
) As Control Implements IShowProperty.GetValueControl
Visual C++
private:
virtual Control^ GetValueControl(
	int Width, 
	int Height
) sealed = IShowProperty::GetValueControl

Parameters

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

Implements

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

See Also