CADability dotNET
Initializes a new instance of the ShowPropertyButton class

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

Syntax

C#
public ShowPropertyButton(
	int imageIndex,
	string resourceId
)
Visual Basic
Public Sub New ( _
	imageIndex As Integer, _
	resourceId As String _
)
Visual C++
public:
ShowPropertyButton(
	int imageIndex, 
	String^ resourceId
)

Parameters

imageIndex
Type: System..::..Int32
resourceId
Type: System..::..String

See Also