C# Класс NetIde.Services.Shell.TaskDialog.EmulateTaskDialog

Tries to emulate the Task Dialog. Form will be called when the call to Task Dialog is not supported.
Наследование: NetIde.Util.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
LargeThemedFont System.Drawing.Font
ThemedFont System.Drawing.Font

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

Метод Описание
EmulateTaskDialog ( TaskDialog newTaskDialog ) : System
ToString ( ) : string

This will return the formatted contents of the form. Useful when the user press "ctrl + c" on the form.

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

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

Clean up any resources being used.

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

Метод Описание
BuildControlButton ( int tag, string text ) : Button
BuildControlLinkLabel ( Padding margin, string text ) : System.Windows.Forms.LinkLabel
BuildForm ( ) : void

Main entry method to build the form.

BuildFormFooterArea ( ) : void
BuildFormMainArea ( ) : void
BuildFormSubArea ( ) : void
CloseForm ( ) : void

Closes the form and populate the necessary return results.

CreateFont ( bool large ) : Font
EmulateTaskDialog_KeyDown ( object sender, KeyEventArgs e ) : void

Detect user pressing "ctrl + c".

InitializeComponent ( ) : void

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

ParseLinkLabel ( System linkLabel ) : System.Windows.Forms.LinkLabel

Parses a LinkLabel text and extract out all the anchor (a) tags. Then it will parse all the anchor tags and create the relevant links in the text.

SetFormHeight ( ) : void
ToggleExpandedInformationState ( ) : void
WndProc ( System &m ) : void
button_Click ( object sender, EventArgs e ) : void
expandedInfoButton_Click ( object sender, EventArgs e ) : void
linkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

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

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

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

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

public EmulateTaskDialog ( TaskDialog newTaskDialog ) : System
newTaskDialog TaskDialog
Результат System

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

This will return the formatted contents of the form. Useful when the user press "ctrl + c" on the form.
public ToString ( ) : string
Результат string

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

LargeThemedFont публичное статическое свойство

public static Font,System.Drawing LargeThemedFont
Результат System.Drawing.Font

ThemedFont публичное статическое свойство

public static Font,System.Drawing ThemedFont
Результат System.Drawing.Font