Gets or sets the display mode for the
ImageListView.
public ListMode DisplayMode {get; set;}
'Declaration
Public Property DisplayMode As ListMode
'Usage
Dim instance As ImageListView
Dim value As ListMode
instance.DisplayMode = value
value = instance.DisplayMode
public: __property ListMode get_DisplayMode();
public: __property void set_DisplayMode(
ListMode value
);
public:
property ListMode DisplayMode {
ListMode get();
void set ( ListMode value);
}
Property Value
The
ListMode value that represents the display mode.