RadControls for WinForms

Applies the specified boolean value to the BitVector of the object.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
protected virtual void SetBitState(
	long key,
	bool value
)
Visual Basic
Protected Overridable Sub SetBitState ( _
	key As Long, _
	value As Boolean _
)

Parameters

key
Type: System..::..Int64
value
Type: System..::..Boolean

See Also