C# Class FullInspector.tkControlEditor

Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
Context object
Control tkIControl
Debug bool

Méthodes publiques

Méthode Description
tkControlEditor ( bool debug, tkIControl control )
tkControlEditor ( tkIControl control )

Method Details

tkControlEditor() public méthode

public tkControlEditor ( bool debug, tkIControl control )
debug bool
control tkIControl

tkControlEditor() public méthode

public tkControlEditor ( tkIControl control )
control tkIControl

Property Details

Context public_oe property

The context object.
public object Context
Résultat object

Control public_oe property

The control that will render the GUI.
public tkIControl Control
Résultat tkIControl

Debug public_oe property

Determines if the debugger will be displayed beneath the control. The debugger will allow you to easily tweak values within the control so that you can get the perfect GUI.
public bool Debug
Résultat bool