Exemplo n.º 1
0
        public SheetTabItem(SheetTabControl owner, string title)
        {
            this.owner = owner;

            SnapsToDevicePixels = true;

            ChangeTitle(title);
        }
Exemplo n.º 2
0
 public RightThumb(SheetTabControl owner)
 {
     this.owner = owner;
 }
Exemplo n.º 3
0
        public ArrowBorder(SheetTabControl owner)
        {
            this.owner = owner;

            SnapsToDevicePixels = true;
        }