예제 #1
0
 protected void FireSelectionDoneEvent(OxHelpers.ElementType selectionType)
 {
     if (selectionDone != null)
     {
         selectionDone(this, selectionType);
     }
 }
예제 #2
0
 public void SetContainerButtonFunction(OxHelpers.Alignment buttonPosition, OxHelpers.ElementType function)
 {
     containerButtons[((int)buttonPosition)].elementFunction = function;
 }