public OutlookBarButton(OutlookBar parent) { this.parent = parent; text = ""; }
public OutlookBarButton() { this.parent = new OutlookBar(); // set it to a dummy outlookbar control text = ""; }
internal OutlookBarButtons(OutlookBar parent) : base() { this.parent = parent; }