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

            SnapsToDevicePixels = true;

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

            SnapsToDevicePixels = true;
        }