InputValueEditorManagerOpenEditor(IHashValueType, Object, ActionIHashValueType, Object, Boolean, String, Object) - метод
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void OpenEditor(
IHashValueType hashValueType = null,
Object value = null,
Action<IHashValueType, Object> onEditorSuccess = null,
bool typeEditorEnabled = true,
string title = null,
Object baseValue = null
)
Public Shared Sub OpenEditor (
Optional hashValueType As IHashValueType = Nothing,
Optional value As Object = Nothing,
Optional onEditorSuccess As Action(Of IHashValueType, Object) = Nothing,
Optional typeEditorEnabled As Boolean = true,
Optional title As String = Nothing,
Optional baseValue As Object = Nothing
)
public:
static void OpenEditor(
IHashValueType^ hashValueType = nullptr,
Object^ value = nullptr,
Action<IHashValueType^, Object^>^ onEditorSuccess = nullptr,
bool typeEditorEnabled = true,
String^ title = nullptr,
Object^ baseValue = nullptr
)
static member OpenEditor :
?hashValueType : IHashValueType *
?value : Object *
?onEditorSuccess : Action<IHashValueType, Object> *
?typeEditorEnabled : bool *
?title : string *
?baseValue : Object
(* Defaults:
let _hashValueType = defaultArg hashValueType null
let _value = defaultArg value null
let _onEditorSuccess = defaultArg onEditorSuccess null
let _typeEditorEnabled = defaultArg typeEditorEnabled true
let _title = defaultArg title null
let _baseValue = defaultArg baseValue null
*)
-> unit
Параметры
- hashValueType IHashValueType (Optional)
-
- value Object (Optional)
-
- onEditorSuccess ActionIHashValueType, Object (Optional)
-
- typeEditorEnabled Boolean (Optional)
-
- title String (Optional)
-
- baseValue Object (Optional)
-