InputValueEditorManagerOpenEditor(IHashValueType, Object, ActionIHashValueType, Object, Boolean, String, Object) - метод |
Пространство имён:
Tessa.UI.HashEditor
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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 (Optional)
- Тип: Tessa.UI.HashEditor.TypesIHashValueType
- value (Optional)
- Тип: SystemObject
- onEditorSuccess (Optional)
- Тип: SystemActionIHashValueType, Object
- typeEditorEnabled (Optional)
- Тип: SystemBoolean
- title (Optional)
- Тип: SystemString
- baseValue (Optional)
- Тип: SystemObject
См. также