Example #1
0
 public HeaderSection(string text, int cxWidth, int iImage, Bitmap bitmap,
                      RightToLeft enRightToLeft, ContentAlignment enContentAlign,
                      LeftRightAlignment enImageAlign,
                      HeaderSectionSortMarks enSortMark, object tag)
     : this(text, cxWidth, iImage, bitmap, enContentAlign, enImageAlign, tag)
 {
     _SetSortMark(enSortMark);
 }
Example #2
0
 internal void _SetSortMark(HeaderSectionSortMarks enValue)
 {
     SortMark = enValue;
 }