Search Results for

    Show / Hide Table of Contents

    Enum EControlFlag

    • C#
    • Visual Basic
    public enum EControlFlag : uint
    Public Enum EControlFlag As UInteger
    Namespace: HomeSeer.PluginSdk.Devices.Controls
    Assembly: PluginSdk.dll


    Special configuration flags that adjust the behavior of a StatusControl.


    Fields

    Name Description
    HasAdditionalData

    The StatusControl label includes additional data tokens to be replaced by strings in AdditionalStatusData

    This is toggled by setting HasAdditionalData to true

    InvalidStatusTarget

    The StatusControl should not show up as a status target for events. IE it is only for creating control events

    This is toggled by setting IsInvalidStatusTarget to true

    • View Source
    In This Article
    Back to top HomeSeer Technologies