dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
ListViewSubItem
dfl
listview
class
ListViewSubItem :
DObject
{
this
()
;
this
(
Dstring
thisSubItemText
)
;
this
(
ListViewItem
owner
,
Dstring
thisSubItemText
)
;
Dstring
text
[@property setter];
Dstring
text
[@property getter];
ListViewItem
_item
;
CallText
calltxt
;
}
Constructors
this
this
()
this
(
Dstring
thisSubItemText
)
this
(
ListViewItem
owner
,
Dstring
thisSubItemText
)
Members
Properties
text
Dstring
text
[@property setter]
Dstring
text
[@property getter]
Meta
Source
See Implementation
dfl
listview
classes
ColumnHeader
LabelEditEventArgs
ListView
ListViewItem
ListViewSubItem
enums
ListViewAlignment