Beispiel #1
0
 public HyperlinkActor(Hyperlink parent, int index) : base(parent.Provider)
 {
     Role           = Atk.Role.PushButton;
     this.Parent    = parent;
     this.hyperlink = parent;
     this.index     = index;
     UpdateNameProperty(null, false);
     parent.AddOneChild(this);
 }
Beispiel #2
0
		public HyperlinkActor (Hyperlink parent, int index) : base (parent.Provider)
		{
			Role = Atk.Role.PushButton;
			this.Parent = parent;
			this.hyperlink = parent;
			this.index = index;
			UpdateNameProperty (null, false);
			parent.AddOneChild (this);
		}