Example #1
0
        public SheetTabItem(SheetTabControl owner, string title)
        {
            this.owner = owner;

            SnapsToDevicePixels = true;

            ChangeTitle(title);
        }
Example #2
0
 public RightThumb(SheetTabControl owner)
 {
     this.owner = owner;
 }
Example #3
0
        public ArrowBorder(SheetTabControl owner)
        {
            this.owner = owner;

            SnapsToDevicePixels = true;
        }