Show / Hide Table of Contents

    Class UIToggleCallAttribute

    이 클릭되었을 경우 해당 함수를 자동으로 호출합니다.

    인자가 0개, 1개일 수 있으며,

    인자가 1개면 타입의 인자 1개만 허용됩니다.

    Inheritance
    Object
    UIToggleCallAttribute
    Implements
    IUIActionAttribute
    Namespace: Global
    Assembly: KorStrix.GetComponentAttribute.Runtime.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method)]
    public class UIToggleCallAttribute : PropertyAttribute, IUIActionAttribute

    Constructors

    | Improve this Doc View Source

    UIToggleCallAttribute(Object, Boolean)

    Declaration
    public UIToggleCallAttribute(object ToggleName, bool bPrint_OnError = true)
    Parameters
    Type Name Description
    Object ToggleName
    Boolean bPrint_OnError

    Properties

    | Improve this Doc View Source

    bPrint_OnError

    Declaration
    public bool bPrint_OnError { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    strToggleName

    Declaration
    public string strToggleName { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    strUIElementName

    Declaration
    public string strUIElementName { get; }
    Property Value
    Type Description
    String

    Implements

    IUIActionAttribute
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer