C# Класс SteamDesktopAuth.ConfirmForm

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

Открытые свойства

Свойство Тип Описание
completedTrades List

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

Метод Описание
ConfirmForm ( ) : System

Constructor

RefreshList ( List list ) : void

Refreshes the current trade that requires a confirmation

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
ConfirmForm_MouseDown ( object sender, MouseEventArgs e ) : void

Allows user to move form

HandleOffer ( int type ) : void

Deals with a trade offer confirmation

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
cancelButton_Click ( object sender, EventArgs e ) : void

Cancels a trade from the list

confirmButton_Click ( object sender, EventArgs e ) : void

Confirms a trade from the list

confirmListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Hide/Show confirmations buttons depending on if an item has been selected

exitButton_Click ( object sender, EventArgs e ) : void

Hides the form

refreshButton_Click ( object sender, EventArgs e ) : void

Refreshes all the existing trade confirmations pending

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

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

Constructor
public ConfirmForm ( ) : System
Результат System

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Refreshes the current trade that requires a confirmation
public RefreshList ( List list ) : void
list List List of trades
Результат void

Описание свойств

completedTrades публичное свойство

public List completedTrades
Результат List