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

Inheritance: IButtonContract
Show file Open project: mkolisnyk/Sirius

Public Methods

Method 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 method

public ButtonSvc ( ) : System
return System

Click() public method

public Click ( int hwnd ) : void
hwnd int
return void

IsChecked() public method

public IsChecked ( int hwnd ) : bool
hwnd int
return bool

IsIntermediate() public method

public IsIntermediate ( int hwnd ) : bool
hwnd int
return bool

IsPressed() public method

public IsPressed ( int hwnd ) : bool
hwnd int
return bool

SetCheck() public method

public SetCheck ( int hwnd, bool check ) : void
hwnd int
check bool
return void