VantagePoint Manufacturing Controls Class Libary
Enumerator that displays all button types

Namespace: VantagePoint.Buttons
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public enum ButtonType

Members

MemberDescription
ArrowButtonUp
Type of button arrow button up
ArrowButtonDown
Type of button arrow button down
ArrowButtonRight
Type of button arrow button right
ArrowButtonLeft
Type of button arrow button left
FlatToggleSwitch
Type of button flat toggle button
GelButton
Type of button gel button
GelRepeatButton
Type of button gel repeat button
GelToggleButton
Type of button gel toggle button
GenericButton
Type of button generic button
GenericRepeatButton
Type of button generic repeat button
GenericToggleButton
Type of button generic toggle button
IndustrialPushButton
Type of button industrial push button
IndustrialRepeatButton
Type of button industrial repeat button
IndustrialToggleButton
Type of button industrial toggle button
PowerToggleButton
Type of button power toggle button
ToggleSwitch
Type of button toggle switch
Null
Default value

See Also