ShellTreeViewLargeIcons Property |
Set or get the ImageSize. True for LargeIcons, false for SmallIcons.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool LargeIcons { get; set; }
Public Property LargeIcons As Boolean
Get
Set
public:
property bool LargeIcons {
bool get ();
void set (bool value);
}
member LargeIcons : bool with get, set
Property Value
Type:
BooleanSee Also