ITitleProvider titleProvider = AxBaseWebPart.GetWebpart(this) as ITitleProvider;
// Specify the title to pass as the AxPageTitle
titleProvider.Caption = "Page title goes here";
// Do not include the context in the title
titleProvider.ShowContext = false;
// Specify the title to pass as the AxPageTitle
titleProvider.Caption = "Page title goes here";
// Do not include the context in the title
titleProvider.ShowContext = false;
No comments:
Post a Comment