3 overrides of HelpKeyword
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
152public override string HelpKeyword {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
103public override string HelpKeyword {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
187public override string HelpKeyword {
4 references to HelpKeyword
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
678keyWord = parentPE.HelpKeyword; 690return this.HelpKeyword;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5154hsvc.RemoveContextAttribute("Keyword", temp.HelpKeyword); 5172string helpKeyword = entry.HelpKeyword;