C# Class Sanderling.Interface.MemoryStruct.UIElementInputText

Inheritance: UIElementText, IUIElementInputText
Exibir arquivo Open project: Arcitectus/Sanderling

Public Methods

Method Description
UIElementInputText ( ) : Bib3.Geometrik
UIElementInputText ( IUIElement @base, string label = null ) : Bib3.Geometrik
UIElementInputText ( IUIElementText @base ) : Bib3.Geometrik

Method Details

UIElementInputText() public method

public UIElementInputText ( ) : Bib3.Geometrik
return Bib3.Geometrik

UIElementInputText() public method

public UIElementInputText ( IUIElement @base, string label = null ) : Bib3.Geometrik
@base IUIElement
label string
return Bib3.Geometrik

UIElementInputText() public method

public UIElementInputText ( IUIElementText @base ) : Bib3.Geometrik
@base IUIElementText
return Bib3.Geometrik