Class UIToggleCallAttribute
이 클릭되었을 경우 해당 함수를 자동으로 호출합니다.
인자가 0개, 1개일 수 있으며,
인자가 1개면 타입의 인자 1개만 허용됩니다.
Inheritance
UIToggleCallAttribute
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
Properties
|
Improve this Doc
View Source
bPrint_OnError
Declaration
public bool bPrint_OnError { get; }
Property Value
|
Improve this Doc
View Source
strToggleName
Declaration
public string strToggleName { get; }
Property Value
|
Improve this Doc
View Source
strUIElementName
Declaration
public string strUIElementName { get; }
Property Value
Implements