C# Class PLC.GradientTextBar

This graphic basically shows the phase title. It is clickable so that actions can occur once it is clicked on.
Inheritance: TextBox
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GradientTextBar ( string title, int x, int y, int width, int height, uint bkColor, uint borderColor, uint txtColor ) : System

Method Details

GradientTextBar() public method

public GradientTextBar ( string title, int x, int y, int width, int height, uint bkColor, uint borderColor, uint txtColor ) : System
title string
x int
y int
width int
height int
bkColor uint
borderColor uint
txtColor uint
return System