[]
Initializes a new instance of the SubItemInfo class with values.
public SubItemInfo(object value, object tag, ContentAlignment contentAlignment, bool wordWrap, bool ellipsis)
Public Sub New(value As Object, tag As Object, contentAlignment As ContentAlignment, wordWrap As Boolean, ellipsis As Boolean)
Type | Name | Description |
---|---|---|
object | value | An object that indicates the value of the SubItemInfo object. |
object | tag | An object that indicates the tag value of the SubItemInfo object. |
ContentAlignment | contentAlignment | A ContentAlignment enumeration that indicates the alignment of the content. |
bool | wordWrap | A bool value, true to allow wrapping by word; otherwise, false. |
bool | ellipsis | A bool value, true to automatically show the ellipsis when content is not completely displayed; otherwise, false. |
Initializes a new instance of the SubItemInfo class with values.
public SubItemInfo(object value)
Public Sub New(value As Object)
Type | Name | Description |
---|---|---|
object | value | An object that indicates the value of the SubItemInfo object. |
Initializes a new instance of the SubItemInfo class.
public SubItemInfo()
Public Sub New()
Initializes a new instance of this class.
protected SubItemInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |