Beispiel #1
0
 public void SetMeasureState(GridViewColumn.MeasureState state)
 {
     NoesisGUI_PINVOKE.GridViewColumn_SetMeasureState(swigCPtr, (int)state);
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public GridViewColumn.MeasureState GetMeasureState()
 {
     GridViewColumn.MeasureState ret = (GridViewColumn.MeasureState)NoesisGUI_PINVOKE.GridViewColumn_GetMeasureState(swigCPtr);
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }