CADability dotNET
Initializes a new instance of the CheckProperty class

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

Syntax

C#
public CheckProperty(
	string resourceID,
	CheckState state
)
Visual Basic
Public Sub New ( _
	resourceID As String, _
	state As CheckState _
)
Visual C++
public:
CheckProperty(
	String^ resourceID, 
	CheckState state
)

Parameters

resourceID
Type: System..::..String
state
Type: System.Windows.Forms..::..CheckState

See Also