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
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Method Details

GradientTextBar() public méthode

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
Résultat System