ShellTreeViewLargeIcons Property |
Set or get the ImageSize. True for LargeIcons, false for SmallIcons.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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