TextBoxItemCollection
TypesOfElement Property
|
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected override Type[] TypesOfElement { get; }
Protected Overrides ReadOnly Property TypesOfElement As Type()
Get
protected:
virtual property array<Type^>^ TypesOfElement {
array<Type^>^ get () override;
}
abstract TypesOfElement : Type[] with get
override TypesOfElement : Type[] with get
Property Value
Type:
Type
See Also