Interface IHostInfo

GoDiagram®
v10.0.8
by Northwoods Software®

IHostInfo is used to show and hide custom elements with an associated value.

Currently this is only used for text editing.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public interface IHostInfo : IShowHidable

Methods

Value()

A function that returns the primary value associated with this IHostInfo, such as the string value of a text editor, which would be solicited by the TextEditingTool.

Declaration
object Value()
Returns
Type Description
object
Remarks

This typically returns a string.