Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class DocumentElementStateBitVector
Inheritance: objectDocumentElementStateBitVector
Constructors
C#
public DocumentElementStateBitVector()
C#
public DocumentElementStateBitVector(DocumentElementStateBitVector source)
Properties
Gets the UInt64 structure holding the separate bits of the vector.
C#
public DocumentElementStates Data { get; }
Determines whether the bit, corresponding to the specified key is set
Methods
Clears all currently set bits in this vector.
C#
public void Reset()
Operators
C#
public static bool operator !=(DocumentElementStateBitVector vector1, DocumentElementStateBitVector vector2)
C#
public static bool operator ==(DocumentElementStateBitVector vector1, DocumentElementStateBitVector vector2)