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