IPeekResultDisplayInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines elements of IPeekResult display information.
public interface class IPeekResultDisplayInfo : IDisposable
public interface IPeekResultDisplayInfo : IDisposable
type IPeekResultDisplayInfo = interface
interface IDisposable
Public Interface IPeekResultDisplayInfo
Implements IDisposable
- Derived
- Implements
Properties
Label |
Defines the localized label used for displaying this result to the user. This value will be used to represent IPeekResult in the Peek control's result list. |
LabelTooltip |
Defines the localized label tooltip used for displaying this result to the user. |
Title |
Defines the localized title used for displaying this result to the user. |
TitleTooltip |
Defines the localized title tooltip used for displaying this result to the user. |