C# Class Sanderling.Interface.MemoryStruct.TabGroup

Inheritance: UIElement
显示文件 Open project: Arcitectus/Sanderling

Public Properties

Property Type Description
ListTab Sanderling.Interface.MemoryStruct.Tab[]

Public Methods

Method Description
TabGroup ( ) : BotEngine.Interface
TabGroup ( IUIElement @base ) : BotEngine.Interface

Method Details

TabGroup() public method

public TabGroup ( ) : BotEngine.Interface
return BotEngine.Interface

TabGroup() public method

public TabGroup ( IUIElement @base ) : BotEngine.Interface
@base IUIElement
return BotEngine.Interface

Property Details

ListTab public_oe property

public Tab[],Sanderling.Interface.MemoryStruct ListTab
return Sanderling.Interface.MemoryStruct.Tab[]