C# Класс AGS.Editor.SplashPage

Показать файл Открыть проект

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

Метод Описание
ConstructFull ( string tagLine ) : void
ConstructSimple ( ) : void
ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
SplashPage ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
ArrangeBuildInfo ( ) : void
ArrangeLogo ( ) : void
ArrangeSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
ArrangeTagLine ( string tagLine ) : void
InitializeComponent ( ) : void

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

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

ConstructFull() публичный метод

public ConstructFull ( string tagLine ) : void
tagLine string
Результат void

ConstructSimple() публичный метод

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

ConstructSpecial() публичный метод

public ConstructSpecial ( string bitmapResName, ImageLayout bitmapLayout, string tagLine, Color tagColor ) : void
bitmapResName string
bitmapLayout ImageLayout
tagLine string
tagColor Color
Результат 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

SplashPage() публичный метод

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