C# Класс PLinkCore.HostTab

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

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

Свойство Тип Описание
imageList1 System.Windows.Forms.ImageList
imageList2 System.Windows.Forms.ImageList

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

Метод Описание
HostTab ( ) : System
OnLoad ( ) : void
OnUnload ( ) : void
changeStatus ( int type ) : void
changeStatus ( int type, string title ) : void
loadLocalData ( string fullpath ) : void
loadLocalData ( string fullpath, bool isSelected ) : void
log ( string str ) : void
setPLink ( PLink plink ) : void

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

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

Disposes resources used by the control.

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

Метод Описание
AutoStartCheckedChanged ( object sender, EventArgs e ) : void
BtnEditClick ( object sender, System e ) : void
BtnMinusPolicyClick ( object sender, EventArgs e ) : void
BtnPlusPolicyClick ( object sender, EventArgs e ) : void
Button2Click ( object sender, EventArgs e ) : void
Button4Click ( object sender, EventArgs e ) : void
CbHeaderEncodingSelectedIndexChanged ( object sender, EventArgs e ) : void
CheckBox2CheckedChanged ( object sender, EventArgs e ) : void
CheckHostState ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
ComboBox2SelectedIndexChanged ( object sender, EventArgs e ) : void
HostAddItemClick ( object sender, EventArgs e ) : void
HostDeleteItemClick ( object sender, EventArgs e ) : void
HostModifyItemClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

SelectComboBoxValue ( ComboBox cb, string value ) : void
SelectHostFile ( object sender, EventArgs e ) : void
SetLocalIndex ( int i ) : void
SetStartStateValue ( bool value ) : void
reloadListView ( ) : void
reloadListView ( ArrayList list ) : void

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

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

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

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

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

public OnLoad ( ) : void
Результат void

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

public OnUnload ( ) : void
Результат void

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

public changeStatus ( int type ) : void
type int
Результат void

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

public changeStatus ( int type, string title ) : void
type int
title string
Результат void

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

public loadLocalData ( string fullpath ) : void
fullpath string
Результат void

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

public loadLocalData ( string fullpath, bool isSelected ) : void
fullpath string
isSelected bool
Результат void

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

public log ( string str ) : void
str string
Результат void

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

public setPLink ( PLink plink ) : void
plink PLink
Результат void

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

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

public ImageList,System.Windows.Forms imageList1
Результат System.Windows.Forms.ImageList

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

public ImageList,System.Windows.Forms imageList2
Результат System.Windows.Forms.ImageList