Gets or sets whether to display the active custom folder in the Material Editor's tree.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoLoadSelectedFolder As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.AutoLoadSelectedFolder = value
value = instance.AutoLoadSelectedFolder
|
C# | |
---|
bool AutoLoadSelectedFolder {get; set;} |
C++/CLI | |
---|
property bool AutoLoadSelectedFolder {
bool get();
void set (bool value);
} |
Return Value
True to display the active custom folder in Material Editor's tree, false to not
Example
See Also
Availability
PhotoWorks API 2006 FCS