NamedInline - конструктор
Пространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBoxСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public NamedInline(
UIElement childUIElement,
string? inlineName = null
)
Public Sub New (
childUIElement As UIElement,
Optional inlineName As String = Nothing
)
public:
NamedInline(
UIElement^ childUIElement,
String^ inlineName = nullptr
)
new :
childUIElement : UIElement *
?inlineName : string
(* Defaults:
let _inlineName = defaultArg inlineName null
*)
-> NamedInline
Параметры
- childUIElement UIElement
-
- inlineName String (Optional)
-