C# Class Sirius.Win32.SvcImpl.Controls.ButtonSvc

Inheritance: IButtonContract
Afficher le fichier Open project: mkolisnyk/Sirius

Méthodes publiques

Méthode Description
ButtonSvc ( ) : 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

ButtonSvc() public méthode

public ButtonSvc ( ) : 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