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