[]
Initializes a new instance of the SubItem class with values.
public SubItem(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 indicates the value of the SubItem object. |
object | tag | An object indicates the tag value of the SubItem object. |
ContentAlignment | contentAlignment | A ContentAlignment enumeration indicates the alignment of the content. |
bool | wordWrap | |
bool | ellipsis | A bool value, true if auto show ellipsis when content can not display completely, otherwise false. |
Initializes a new instance of the SubItem class with values.
public SubItem(object value)
Public Sub New(value As Object)
Type | Name | Description |
---|---|---|
object | value | An object indicates the value of the SubItem object. |
Initializes a new instance of the SubItem class.
public SubItem()
Public Sub New()