[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Tools.Experimental.FileDialogWithEncoding.DialogTypes"]
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum DialogTypes |
| Visual Basic |
|---|
Public Enumeration DialogTypes |
| Visual C++ |
|---|
public enum class DialogTypes |
| F# |
|---|
type DialogTypes |
| JScript |
|---|
public enum DialogTypes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Open | 0 | ||
| Save | 1 | ||
| 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 |