C# Class Sirius.Win32.Lib.Controls.Button

Inheritance: Control
Afficher le fichier Open project: mkolisnyk/Sirius Class Usage Examples

Méthodes publiques

Méthode Description
Button ( ) : System
Click ( int hwnd ) : void
IsChecked ( int hwnd ) : bool
IsIntermediate ( int hwnd ) : bool
IsPressed ( int hwnd ) : bool
SetCheck ( int hwnd, bool check ) : void

Method Details

Button() public méthode

public Button ( ) : System
Résultat System

Click() public méthode

public Click ( int hwnd ) : void
hwnd int
Résultat void

IsChecked() public méthode

public IsChecked ( int hwnd ) : bool
hwnd int
Résultat bool

IsIntermediate() public méthode

public IsIntermediate ( int hwnd ) : bool
hwnd int
Résultat bool

IsPressed() public méthode

public IsPressed ( int hwnd ) : bool
hwnd int
Résultat bool

SetCheck() public méthode

public SetCheck ( int hwnd, bool check ) : void
hwnd int
check bool
Résultat void