C# Class Habanero.Faces.Win.ButtonWin

Represents a button control
Inheritance: System.Windows.Forms.Button, IButton
Afficher le fichier Open project: Chillisoft/habanero.faces

Private Properties

Свойство Type Description
ObserveGlobalUIHints void

Méthodes publiques

Méthode Description
ButtonWin ( ) : System
SetIcon ( Image image ) : void
SetIcon ( string resourceName ) : void

Private Methods

Méthode Description
ObserveGlobalUIHints ( ) : void

Method Details

ButtonWin() public méthode

public ButtonWin ( ) : System
Résultat System

SetIcon() public méthode

public SetIcon ( Image image ) : void
image Image
Résultat void

SetIcon() public méthode

public SetIcon ( string resourceName ) : void
resourceName string
Résultat void