C-DEngine 5.105

nmiCtrlCheckField..::..Bits Property

Sets the number of bits in the checkfield

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int Bits { get; set; }
Public Property Bits As Integer
	Get
	Set
public:
property int^ Bits {
	int^ get ();
	void set (int^ value);
}