[This is preliminary documentation and is subject to change.]
File system icon extraction flags
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[FlagsAttribute] public enum IconExtractFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration IconExtractFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class IconExtractFlags |
| F# |
|---|
[<FlagsAttribute>] type IconExtractFlags |
| JScript |
|---|
public enum IconExtractFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| BackgroundThread | 2 | The function is called from the background thread | |
| SmallIcon | 1 | Requests the small 16x16 icon | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |