Table of Contents

Interface IHostInfo

Namespace
Northwoods.Go
Assembly
Northwoods.GoDiagram.WinForms.dll

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

Currently this is only used for text editing.

public interface IHostInfo : IShowHidable
Inherited Members

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.

object Value()

Returns

object

Remarks

This typically returns a string.