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

Inheritance: Control
Show file Open project: mkolisnyk/Sirius Class Usage Examples

Public Methods

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

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