Пример #1
0
 public void setItemPosition(EPOSITION_MODE positionMode, int index, int offset = 0)
 {
     if (CppObject != IntPtr.Zero)
     {
         CKLBUIList_cmdSetItemPos(CppObject, (int)positionMode, index, offset);
     }
     else
     {
         throw new CKLBExceptionNullCppObject();
     }
 }
Пример #2
0
		public void setItemPosition(EPOSITION_MODE positionMode, int index, int offset = 0)
		{
			if(CppObject != IntPtr.Zero) {
				CKLBUIList_cmdSetItemPos(CppObject, (int)positionMode, index, offset);
			} else {
				throw new CKLBExceptionNullCppObject();
            }
		}