Glossary Item Box

LabDevTools Send comments on this topic.

Toggle

The Toggle control he is a configurable switch by means of various property.

 

 
For a list of all the members of this control, to see Toggle Members.
 
LabDevTools

     LabDevTools.Toggle 

 

[Visual Basic]
Public Class Toggle
    Inherits UserControl
[C#]
public class Toggle : 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 Toggle control simulates the behavior of an switch hardware, 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 | KeyInput | Key | Language | Value

 


Copyright © 2007 LabDevTools. All Rights Reserved.