MindFusion WinForms Programmer's Guide
Theme.CreateListViewSettings Method
See Also
 





Creates a new ListViewSettings object.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected ListViewSettings CreateListViewSettings ()

Visual Basic  Copy Code

Protected Function CreateListViewSettings () As ListViewSettings

 Return Value

An instance of the ListViewSettings class.

 Remarks

Invoke this method from within a derived custom theme class in order to create an instance of the ListViewSettings class. This is necessary since ListViewSettings does not have a public constructor and cannot be instantiated directly.

 See Also

Theme Members
Theme Class
MindFusion.Scheduling.WinForms Namespace