Click or drag to resize

HermeticGUIControlClass Class

Hermetic GUI control for the class types.
Inheritance Hierarchy
SystemObject
  KSPDev.GUIUtilsAbstractHermeticGUIControl
    KSPDev.GUIUtilsHermeticGUIControlClass

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
C#
public sealed class HermeticGUIControlClass : AbstractHermeticGUIControl
Request Example View Source

The HermeticGUIControlClass type exposes the following members.

Constructors
  NameDescription
Public methodHermeticGUIControlClass
Creates a control, bound to a member.
Top
Methods
Remarks
The members in the class must be attributed with DebugAdjustableAttribute in order to be visible in the control.
See Also