public FolderTreeViewIcons Icons { get; set; }
Public Property Icons As FolderTreeViewIcons
Get
Set
public:
property FolderTreeViewIcons Icons {
FolderTreeViewIcons get ();
void set (FolderTreeViewIcons value);
}
member Icons : FolderTreeViewIcons with get, set