FolderColumn(FolderColumnType, Int32, FolderSort, Int32) Constructor
Public Sub New( _
ByVal ft As FolderColumnType, _
ByVal width As Integer, _
Optional ByVal sort As FolderSort = FolderSort.None, _
Optional ByVal sort_index As Integer = -1 _
)
This language is not supported or no code example is available.
public FolderColumn(
FolderColumnType ft,
int width,
FolderSort sort = FolderSort.None,
int sort_index = -1
)
This language is not supported or no code example is available.
public:
FolderColumn(
FolderColumnType ft,
int width,
FolderSort sort,
int sort_index
)
This language is not supported or no code example is available.
public function FolderColumn(
ft : FolderColumnType,
width : int,
sort : FolderSort,
sort_index : int
);
This language is not supported or no code example is available.
Parameters
- width
- int
- sort
- FolderSort
- sort_index
- int