Glossary Item Box

LabDevTools Send comments on this topic.

PushButton

The PushButton control simulates a button to pressure.

 

 
For a list of all the members of this control, to see Membri PushButton.
 
LabDevTools

     LabDevTools.PushButton 

 

[Visual Basic]
Public Class PushButton
    Inherits UserControl
[C#]
public class PushButton : UserControl

 

Thread Safety:

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Observations:

The PushButton control simulates the behavior of a button hardware to pressure,that is indicates one condition of state with the allocation of a value boolean to the Value property. It is supplied of various property that render the control highly flexible and configurable.

 

Reference:

Name space: LabDevTools

Assembly: LabDevTools(in LabDevTools.dll) 

 

See also:

Appearance | BackgroundTransparent | KeyInput | Key | Language | Value

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.