Gets the system editors.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public static IList<UITypeEditor> SystemEditors { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property SystemEditors As IList(Of UITypeEditor)
Get |
Visual C++ |
---|
public:
static property IList<UITypeEditor^>^ SystemEditors {
IList<UITypeEditor^>^ get ();
} |
F# |
---|
static member SystemEditors : IList<UITypeEditor> with get
|
Property Value
Type:
IList<(Of <(<'UITypeEditor>)>)>The system editors.
See Also