コード例 #1
0
        public uint Add(LayoutItemWrapper childLayout)
        {
            uint ret = LayoutPINVOKE.LayoutGroupWrapper_Add(swigCPtr, LayoutItemWrapper.getCPtr(childLayout));

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            LayoutChildren.Add(childLayout);
            return(ret);
        }
コード例 #2
0
 /// <inheritdoc/>
 void IMBDialog.RegisterLayoutAction(IMBDialogChild child)
 {
     LayoutChildren.Add(child);
 }
コード例 #3
0
 /// <inheritdoc/>
 void IMBDialog.RegisterLayoutAction(DialogChildComponent child)
 {
     LayoutChildren.Add(child);
 }