ClassButton
Class
Represents a Win32 button on a window or a dialog.
Definition
Namespace:ArtOfTest.WebAii.Win32
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Button : Window
Inheritance: objectWindowButton
Inherited Members
Constructors
Button(HWND, int)
Create a new button using its parent and its button id.
Button(HWND, string, bool)
Create a new button using a parent window and the button caption. Can use partial caption.
Button(Window, int)
Create a new button using the button id
Button(Window, string, bool)
Create a new button using a button text and parent window.
Methods
PostClickMessage(HWND)
Post a click message.