C# Класс Forex_Strategy_Builder.Dialogs.Generator.Top10Layout

Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddStrategyInfo ( Top10StrategyInfo top10StrategyInfo ) : void

Adds a strategy to the top 10 Layout

ClearSelectionOfSelectedSlot ( ) : void

Clears the selection attribute of the slots.

ClearTop10Slots ( ) : void

Resets the Top 10 layout.

GetStrategy ( int balance ) : Strategy

Returns strategy with the selected balance;

IsNominated ( int balance ) : bool

Check whether the strategy has to be added in Top10 list

Top10Layout ( int maxStrategies ) : System

Constructor

Защищенные методы

Метод Описание
OnResize ( EventArgs eventargs ) : void

Arranges the controls after resizing

Приватные методы

Метод Описание
ArrangeTop10Slots ( ) : void

Arranges slots in the layout.

SetVerticalScrollBar ( ) : void

Shows, hides, sets the scrollbar.

VScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void

Описание методов

AddStrategyInfo() публичный Метод

Adds a strategy to the top 10 Layout
public AddStrategyInfo ( Top10StrategyInfo top10StrategyInfo ) : void
top10StrategyInfo Top10StrategyInfo
Результат void

ClearSelectionOfSelectedSlot() публичный Метод

Clears the selection attribute of the slots.
public ClearSelectionOfSelectedSlot ( ) : void
Результат void

ClearTop10Slots() публичный Метод

Resets the Top 10 layout.
public ClearTop10Slots ( ) : void
Результат void

GetStrategy() публичный Метод

Returns strategy with the selected balance;
public GetStrategy ( int balance ) : Strategy
balance int
Результат Strategy

IsNominated() публичный Метод

Check whether the strategy has to be added in Top10 list
public IsNominated ( int balance ) : bool
balance int
Результат bool

OnResize() защищенный Метод

Arranges the controls after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Результат void

Top10Layout() публичный Метод

Constructor
public Top10Layout ( int maxStrategies ) : System
maxStrategies int
Результат System