Show / Hide Table of Contents

    Class UIButtonCallAttribute

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

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

    Constructors

    | Improve this Doc View Source

    UIButtonCallAttribute(Object, Boolean)

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

    Fields

    | Improve this Doc View Source

    bIsInit

    Declaration
    public bool bIsInit
    Field Value
    Type Description
    Boolean

    Properties

    | Improve this Doc View Source

    bPrint_OnError

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

    strButtonName

    Declaration
    public string strButtonName { 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