C# Класс SteamDesktopAuth.PopupForm

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

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

Свойство Тип Описание
tradeId string
wasAccepted bool
wasCancelled bool
wasClosed bool

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

Метод Описание
PopupForm ( string head, string tradeid, string account, Point location ) : System

Constructor

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

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

Clean up any resources being used.

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

Метод Описание
FadeOut ( int interval = 80 ) : void

Function to fade out

InitializeComponent ( ) : void

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

PopupForm_Load ( object sender, EventArgs e ) : void

Form load event Set location of form

PopupForm_MouseEnter ( object sender, EventArgs e ) : void

Mouseenter event Will stop fading and bring back to 100 opaciity

cancelButton_Click ( object sender, EventArgs e ) : void

Cancel button This will cancel the trade offer

confirmButton_Click ( object sender, EventArgs e ) : void

Confirm button This will accept the trade offer

exitButton_Click ( object sender, EventArgs e ) : void

Exit button

fadeTimer_Tick ( object sender, EventArgs e ) : void

Fades out the form Will close form at 0 opacity

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

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

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

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

Constructor
public PopupForm ( string head, string tradeid, string account, Point location ) : System
head string Will be displayed as title
tradeid string TradeID of this confirmation
account string Account that sent the trade
location Point Location of form
Результат System

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

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

public string tradeId
Результат string

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

public bool wasAccepted
Результат bool

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

public bool wasCancelled
Результат bool

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

public bool wasClosed
Результат bool