RadControls for WinForms

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

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

Syntax

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

Parameters

key
Type: Telerik.WinControls.RichTextBox.Layout..::..DocumentElementStates
value
Type: System..::..Boolean

See Also